Html Css Color HEX #C29F34 Nugget

📋 copy color: '#C29F34'

red 194 ◦ green 159 ◦ blue 52

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

Shades of Nugget #C29F34

Tints of Nugget #C29F34

RGB

 RED value IS 194 (76.17% from 255) = 47.9%

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

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

R = 47.9%
G = 39.26%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C29F34 (or 0xC29F34) is known color: Nugget. HEX triplet: C2, 9F and 34. RGB value is (194,159,52). Sum of RGB (Red+Green+Blue) = 194+159+52=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29F34 is #3D60CB. Grayscale: #9D9D9D. Windows color (decimal): -4022476 or 3448770. OLE color: 3448770.

HSL color Cylindrical-coordinate representation of color #C29F34: hue angle of 45.21º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C29F34 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 159 52 -
CMYK 0 0.18 0.73 0.24
HSL 45.21º 0.58% 0.48% -
HSV(B) 45.21º 0.73% 0.76% -
XYZ 35.27 36.51 8.44 -
YUV 157.27 68.6 154.2 -
System Red Green Blue C M Y K H S L
Decimal 194 159 52 0 0.18 0.73 0.24 45.21 0.58 0.48
Hex C2 9F 34 0 12 49 18 2D 3A 30
Octal 302 237 64 0 22 111 30 55 72 60
Binary 11000010 10011111 110100 0 10010 1001001 11000 101101 111010 110000

Color Harmonies of #C29F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29F34

Black with #C29F34

Text Example


Text Example

White with #C29F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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