Html Css Color HEX #C09B34 Nugget

📋 copy color: '#C09B34'

red 192 ◦ green 155 ◦ blue 52

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

Shades of Nugget #C09B34

Tints of Nugget #C09B34

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.85%

 BLUE value IS 52 (20.7% from 255) = 13.03%

R = 48.12%
G = 38.85%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C09B34 (or 0xC09B34) is known color: Nugget. HEX triplet: C0, 9B and 34. RGB value is (192,155,52). Sum of RGB (Red+Green+Blue) = 192+155+52=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09B34 is #3F64CB. Grayscale: #9A9A9A. Windows color (decimal): -4154572 or 3447744. OLE color: 3447744.

HSL color Cylindrical-coordinate representation of color #C09B34: hue angle of 44.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C09B34 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 155 52 -
CMYK 0 0.19 0.73 0.25
HSL 44.14º 0.57% 0.48% -
HSV(B) 44.14º 0.73% 0.75% -
XYZ 34.08 34.9 8.19 -
YUV 154.32 70.26 154.88 -
System Red Green Blue C M Y K H S L
Decimal 192 155 52 0 0.19 0.73 0.25 44.14 0.57 0.48
Hex C0 9B 34 0 13 49 19 2C 39 30
Octal 300 233 64 0 23 111 31 54 71 60
Binary 11000000 10011011 110100 0 10011 1001001 11001 101100 111001 110000

Color Harmonies of #C09B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09B34

Black with #C09B34

Text Example


Text Example

White with #C09B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09B34; }

 p { color: rgb(192,155,52); }

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

background-color css

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

 a { background-color: rgb(192,155,52); }

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

border-color css

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

 span { border-color: rgb(192,155,52); }

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