#CB901D

Color #CB901D Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #CB901D

Tints of Nugget #CB901D

Color information

#CB901D (or 0xCB901D) is unknown color: approx Nugget. HEX triplet: CB, 90 and 1D. RGB value is (203,144,29). Sum of RGB (Red+Green+Blue) = 203+144+29=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 29 (11.72% from 255 or 7.71% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB901D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB901D is #346FE2. Grayscale: #959595. Windows color (decimal): -3436515 or 1937611. OLE color: 1937611.

HSL color Cylindrical-coordinate representation of color #CB901D: hue angle of 39.66º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB901D is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB20314429-
CMYK00.290.860.20
HSL39.66º75%45.49%-
HSV(B)39.66º85.71%79.61%-
XYZ34.8232.735.64-
YUV148.5360.55166.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 53.99%
GREEN value IS 144 (56.64% from 255) = 38.30%
BLUE value IS 29 (11.72% from 255) = 7.71%
R=53.99%
G=38.30%
B=7.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031442900.290.860.2039.667545.49
HexCB901D01D5614284b2d
Octal31322035035126245011355
Binary1100101110010000111010111011010110101001010001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB901D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB901D; }

 p { color: rgb(203,144,29); }

 H1.HeaderClassName
 {
   color: #CB901D;
 }
 .AnyTagClassName
 {
   color: #CB901D;
 }
</style>
background-color css

<style>
 a { background-color: #CB901D; }

 a { background-color: rgb(203,144,29); }

 div.DivClassName
 {
   background-color: #CB901D;
 }
 .BgClassName
 {
   background-color: #CB901D;
 }
</style>
border-color css

<style>
 span { border-color: #CB901D; }

 span { border-color: rgb(203,144,29); }

 td.TdClassName
 {
   border-color: #CB901D;
 }
 .TagClassName
 {
   border-color: #CB901D;
 }
</style>