#CB9322

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

Shades of Nugget #CB9322

Tints of Nugget #CB9322

Color information

#CB9322 (or 0xCB9322) is unknown color: approx Nugget. HEX triplet: CB, 93 and 22. RGB value is (203,147,34). Sum of RGB (Red+Green+Blue) = 203+147+34=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 34 (13.67% from 255 or 8.85% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9322 is #346CDD. Grayscale: #979797. Windows color (decimal): -3435742 or 2266059. OLE color: 2266059.

HSL color Cylindrical-coordinate representation of color #CB9322: hue angle of 40.12º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB9322 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB20314734-
CMYK00.280.830.20
HSL40.12º71.31%46.47%-
HSV(B)40.12º83.25%79.61%-
XYZ35.3533.686.15-
YUV150.8662.05165.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.86%
GREEN value IS 147 (57.81% from 255) = 38.28%
BLUE value IS 34 (13.67% from 255) = 8.85%
R=52.86%
G=38.28%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031473400.280.830.2040.1271.3146.47
HexCB932201C531428472e
Octal31322342034123245010756
Binary11001011100100111000100111001010011101001010001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9322; }

 p { color: rgb(203,147,34); }

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

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

 a { background-color: rgb(203,147,34); }

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

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

 span { border-color: rgb(203,147,34); }

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