Html Css Color HEX #CB9520 Nugget

📋 copy color: '#CB9520'

red 203 ◦ green 149 ◦ blue 32

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

Shades of Nugget #CB9520

Tints of Nugget #CB9520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.8%

 BLUE value IS 32 (12.89% from 255) = 8.33%

R = 52.86%
G = 38.8%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB9520 (or 0xCB9520) is known color: Nugget. HEX triplet: CB, 95 and 20. RGB value is (203,149,32). Sum of RGB (Red+Green+Blue) = 203+149+32=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9520 is #346ADF. Grayscale: #989898. Windows color (decimal): -3435232 or 2135499. OLE color: 2135499.

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

Color convert

RGB 203 149 32 -
CMYK 0 0.27 0.84 0.20
HSL 41.05º 0.73% 0.46% -
HSV(B) 41.05º 0.84% 0.8% -
XYZ 35.64 34.3 6.11 -
YUV 151.81 60.39 164.51 -
System Red Green Blue C M Y K H S L
Decimal 203 149 32 0 0.27 0.84 0.20 41.05 0.73 0.46
Hex CB 95 20 0 1B 54 14 29 49 2E
Octal 313 225 40 0 33 124 24 51 111 56
Binary 11001011 10010101 100000 0 11011 1010100 10100 101001 1001001 101110

Color Harmonies of #CB9520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9520

Black with #CB9520

Text Example


Text Example

White with #CB9520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9520; }

 p { color: rgb(203,149,32); }

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

background-color css

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

 a { background-color: rgb(203,149,32); }

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

border-color css

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

 span { border-color: rgb(203,149,32); }

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