Html Css Color HEX #C09F34 Nugget

📋 copy color: '#C09F34'

red 192 ◦ green 159 ◦ blue 52

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

Shades of Nugget #C09F34

Tints of Nugget #C09F34

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.45%

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

R = 47.64%
G = 39.45%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C09F34 (or 0xC09F34) is known color: Nugget. HEX triplet: C0, 9F and 34. RGB value is (192,159,52). Sum of RGB (Red+Green+Blue) = 192+159+52=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09F34 is #3F60CB. Grayscale: #9D9D9D. Windows color (decimal): -4153548 or 3448768. OLE color: 3448768.

HSL color Cylindrical-coordinate representation of color #C09F34: hue angle of 45.86º 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 #C09F34 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 159 52 -
CMYK 0 0.17 0.73 0.25
HSL 45.86º 0.57% 0.48% -
HSV(B) 45.86º 0.73% 0.75% -
XYZ 34.76 36.25 8.41 -
YUV 156.67 68.93 153.2 -
System Red Green Blue C M Y K H S L
Decimal 192 159 52 0 0.17 0.73 0.25 45.86 0.57 0.48
Hex C0 9F 34 0 11 49 19 2E 39 30
Octal 300 237 64 0 21 111 31 56 71 60
Binary 11000000 10011111 110100 0 10001 1001001 11001 101110 111001 110000

Color Harmonies of #C09F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09F34

Black with #C09F34

Text Example


Text Example

White with #C09F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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