Html Css Color HEX #CB9324 Nugget

📋 copy color: '#CB9324'

red 203 ◦ green 147 ◦ blue 36

#CB9324
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nugget #CB9324

Tints of Nugget #CB9324

RGB

 RED value IS 203 (79.69% from 255) = 52.59%

 GREEN value IS 147 (57.81% from 255) = 38.08%

 BLUE value IS 36 (14.45% from 255) = 9.33%

R = 52.59%
G = 38.08%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB9324 (or 0xCB9324) is known color: Nugget. HEX triplet: CB, 93 and 24. RGB value is (203,147,36). Sum of RGB (Red+Green+Blue) = 203+147+36=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 36 (14.45% from 255 or 9.33% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9324 is #346CDB. Grayscale: #979797. Windows color (decimal): -3435740 or 2397131. OLE color: 2397131.

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

Color convert

RGB 203 147 36 -
CMYK 0 0.28 0.82 0.20
HSL 39.88º 0.7% 0.47% -
HSV(B) 39.88º 0.82% 0.8% -
XYZ 35.38 33.69 6.31 -
YUV 151.09 63.05 165.03 -
System Red Green Blue C M Y K H S L
Decimal 203 147 36 0 0.28 0.82 0.20 39.88 0.7 0.47
Hex CB 93 24 0 1C 52 14 28 46 2F
Octal 313 223 44 0 34 122 24 50 106 57
Binary 11001011 10010011 100100 0 11100 1010010 10100 101000 1000110 101111

Color Harmonies of #CB9324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9324

Black with #CB9324

Text Example


Text Example

White with #CB9324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9324; }

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

 H1.HeaderClassName
 {
   color: #CB9324;
 }
 .AnyTagClassName
 {
   color: #CB9324;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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