Html Css Color HEX #C29A2C Nugget

📋 copy color: '#C29A2C'

red 194 ◦ green 154 ◦ blue 44

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

Shades of Nugget #C29A2C

Tints of Nugget #C29A2C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.29%

 BLUE value IS 44 (17.58% from 255) = 11.22%

R = 49.49%
G = 39.29%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C29A2C (or 0xC29A2C) is known color: Nugget. HEX triplet: C2, 9A and 2C. RGB value is (194,154,44). Sum of RGB (Red+Green+Blue) = 194+154+44=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29A2C is #3D65D3. Grayscale: #999999. Windows color (decimal): -4023764 or 2923202. OLE color: 2923202.

HSL color Cylindrical-coordinate representation of color #C29A2C: hue angle of 44º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C29A2C is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 154 44 -
CMYK 0 0.21 0.77 0.24
HSL 44º 0.63% 0.47% -
HSV(B) 44º 0.77% 0.76% -
XYZ 34.26 34.76 7.29 -
YUV 153.42 66.25 156.94 -
System Red Green Blue C M Y K H S L
Decimal 194 154 44 0 0.21 0.77 0.24 44 0.63 0.47
Hex C2 9A 2C 0 15 4D 18 2C 3F 2F
Octal 302 232 54 0 25 115 30 54 77 57
Binary 11000010 10011010 101100 0 10101 1001101 11000 101100 111111 101111

Color Harmonies of #C29A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A2C

Black with #C29A2C

Text Example


Text Example

White with #C29A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A2C; }

 p { color: rgb(194,154,44); }

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

background-color css

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

 a { background-color: rgb(194,154,44); }

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

border-color css

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

 span { border-color: rgb(194,154,44); }

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