Html Css Color HEX #C29B32 Nugget

📋 copy color: '#C29B32'

red 194 ◦ green 155 ◦ blue 50

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

Shades of Nugget #C29B32

Tints of Nugget #C29B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.53%

R = 48.62%
G = 38.85%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C29B32 (or 0xC29B32) is known color: Nugget. HEX triplet: C2, 9B and 32. RGB value is (194,155,50). Sum of RGB (Red+Green+Blue) = 194+155+50=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29B32 is #3D64CD. Grayscale: #9B9B9B. Windows color (decimal): -4023502 or 3316674. OLE color: 3316674.

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

Color convert

RGB 194 155 50 -
CMYK 0 0.20 0.74 0.24
HSL 43.75º 0.59% 0.48% -
HSV(B) 43.75º 0.74% 0.76% -
XYZ 34.55 35.14 7.98 -
YUV 154.69 68.92 156.04 -
System Red Green Blue C M Y K H S L
Decimal 194 155 50 0 0.20 0.74 0.24 43.75 0.59 0.48
Hex C2 9B 32 0 14 4A 18 2C 3B 30
Octal 302 233 62 0 24 112 30 54 73 60
Binary 11000010 10011011 110010 0 10100 1001010 11000 101100 111011 110000

Color Harmonies of #C29B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29B32

Black with #C29B32

Text Example


Text Example

White with #C29B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29B32; }

 p { color: rgb(194,155,50); }

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

background-color css

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

 a { background-color: rgb(194,155,50); }

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

border-color css

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

 span { border-color: rgb(194,155,50); }

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