Html Css Color HEX #C29831 Nugget

📋 copy color: '#C29831'

red 194 ◦ green 152 ◦ blue 49

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

Shades of Nugget #C29831

Tints of Nugget #C29831

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.48%

 BLUE value IS 49 (19.53% from 255) = 12.41%

R = 49.11%
G = 38.48%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C29831 (or 0xC29831) is known color: Nugget. HEX triplet: C2, 98 and 31. RGB value is (194,152,49). Sum of RGB (Red+Green+Blue) = 194+152+49=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C29831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29831 is #3D67CE. Grayscale: #999999. Windows color (decimal): -4024271 or 3250370. OLE color: 3250370.

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

Color convert

RGB 194 152 49 -
CMYK 0 0.22 0.75 0.24
HSL 42.62º 0.6% 0.48% -
HSV(B) 42.62º 0.75% 0.76% -
XYZ 34.03 34.15 7.7 -
YUV 152.82 69.41 157.38 -
System Red Green Blue C M Y K H S L
Decimal 194 152 49 0 0.22 0.75 0.24 42.62 0.6 0.48
Hex C2 98 31 0 16 4B 18 2B 3C 30
Octal 302 230 61 0 26 113 30 53 74 60
Binary 11000010 10011000 110001 0 10110 1001011 11000 101011 111100 110000

Color Harmonies of #C29831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29831

Black with #C29831

Text Example


Text Example

White with #C29831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29831; }

 p { color: rgb(194,152,49); }

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

background-color css

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

 a { background-color: rgb(194,152,49); }

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

border-color css

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

 span { border-color: rgb(194,152,49); }

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