Html Css Color HEX #C29227 Nugget

📋 copy color: '#C29227'

red 194 ◦ green 146 ◦ blue 39

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

Shades of Nugget #C29227

Tints of Nugget #C29227

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.52%

 BLUE value IS 39 (15.63% from 255) = 10.29%

R = 51.19%
G = 38.52%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C29227 (or 0xC29227) is known color: Nugget. HEX triplet: C2, 92 and 27. RGB value is (194,146,39). Sum of RGB (Red+Green+Blue) = 194+146+39=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 39 (15.62% from 255 or 10.29% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C29227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29227 is #3D6DD8. Grayscale: #949494. Windows color (decimal): -4025817 or 2593474. OLE color: 2593474.

HSL color Cylindrical-coordinate representation of color #C29227: hue angle of 41.42º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C29227 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 146 39 -
CMYK 0 0.25 0.80 0.24
HSL 41.42º 0.67% 0.46% -
HSV(B) 41.42º 0.8% 0.76% -
XYZ 32.89 32.17 6.4 -
YUV 148.15 66.4 160.7 -
System Red Green Blue C M Y K H S L
Decimal 194 146 39 0 0.25 0.80 0.24 41.42 0.67 0.46
Hex C2 92 27 0 19 50 18 29 43 2E
Octal 302 222 47 0 31 120 30 51 103 56
Binary 11000010 10010010 100111 0 11001 1010000 11000 101001 1000011 101110

Color Harmonies of #C29227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29227

Black with #C29227

Text Example


Text Example

White with #C29227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29227; }

 p { color: rgb(194,146,39); }

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

background-color css

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

 a { background-color: rgb(194,146,39); }

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

border-color css

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

 span { border-color: rgb(194,146,39); }

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