Html Css Color HEX #CB9320 Nugget

📋 copy color: '#CB9320'

red 203 ◦ green 147 ◦ blue 32

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

Shades of Nugget #CB9320

Tints of Nugget #CB9320

RGB

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

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

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

R = 53.14%
G = 38.48%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB9320 (or 0xCB9320) is known color: Nugget. HEX triplet: CB, 93 and 20. RGB value is (203,147,32). Sum of RGB (Red+Green+Blue) = 203+147+32=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 32 (12.89% from 255 or 8.38% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9320 is #346CDF. Grayscale: #979797. Windows color (decimal): -3435744 or 2134987. OLE color: 2134987.

HSL color Cylindrical-coordinate representation of color #CB9320: hue angle of 40.35º 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 #CB9320 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 147 32 -
CMYK 0 0.28 0.84 0.20
HSL 40.35º 0.73% 0.46% -
HSV(B) 40.35º 0.84% 0.8% -
XYZ 35.32 33.67 6 -
YUV 150.63 61.05 165.35 -
System Red Green Blue C M Y K H S L
Decimal 203 147 32 0 0.28 0.84 0.20 40.35 0.73 0.46
Hex CB 93 20 0 1C 54 14 28 49 2E
Octal 313 223 40 0 34 124 24 50 111 56
Binary 11001011 10010011 100000 0 11100 1010100 10100 101000 1001001 101110

Color Harmonies of #CB9320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9320

Black with #CB9320

Text Example


Text Example

White with #CB9320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9320; }

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

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

background-color css

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

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

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

border-color css

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

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

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