Html Css Color HEX #C09521 Nugget

📋 copy color: '#C09521'

red 192 ◦ green 149 ◦ blue 33

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

Shades of Nugget #C09521

Tints of Nugget #C09521

RGB

 RED value IS 192 (75.39% from 255) = 51.34%

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

 BLUE value IS 33 (13.28% from 255) = 8.82%

R = 51.34%
G = 39.84%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C09521 (or 0xC09521) is known color: Nugget. HEX triplet: C0, 95 and 21. RGB value is (192,149,33). Sum of RGB (Red+Green+Blue) = 192+149+33=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C09521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09521 is #3F6ADE. Grayscale: #959595. Windows color (decimal): -4156127 or 2201024. OLE color: 2201024.

HSL color Cylindrical-coordinate representation of color #C09521: hue angle of 43.77º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C09521 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 149 33 -
CMYK 0 0.22 0.83 0.25
HSL 43.77º 0.71% 0.44% -
HSV(B) 43.77º 0.83% 0.75% -
XYZ 32.76 32.81 6.05 -
YUV 148.63 62.75 158.93 -
System Red Green Blue C M Y K H S L
Decimal 192 149 33 0 0.22 0.83 0.25 43.77 0.71 0.44
Hex C0 95 21 0 16 53 19 2C 47 2C
Octal 300 225 41 0 26 123 31 54 107 54
Binary 11000000 10010101 100001 0 10110 1010011 11001 101100 1000111 101100

Color Harmonies of #C09521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09521

Black with #C09521

Text Example


Text Example

White with #C09521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09521; }

 p { color: rgb(192,149,33); }

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

background-color css

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

 a { background-color: rgb(192,149,33); }

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

border-color css

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

 span { border-color: rgb(192,149,33); }

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