Html Css Color HEX #C29522 Nugget

📋 copy color: '#C29522'

red 194 ◦ green 149 ◦ blue 34

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

Shades of Nugget #C29522

Tints of Nugget #C29522

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.52%

 BLUE value IS 34 (13.67% from 255) = 9.02%

R = 51.46%
G = 39.52%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C29522 (or 0xC29522) is known color: Nugget. HEX triplet: C2, 95 and 22. RGB value is (194,149,34). Sum of RGB (Red+Green+Blue) = 194+149+34=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C29522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29522 is #3D6ADD. Grayscale: #959595. Windows color (decimal): -4025054 or 2266562. OLE color: 2266562.

HSL color Cylindrical-coordinate representation of color #C29522: hue angle of 43.12º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C29522 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 149 34 -
CMYK 0 0.23 0.82 0.24
HSL 43.13º 0.7% 0.45% -
HSV(B) 43.13º 0.82% 0.76% -
XYZ 33.28 33.08 6.14 -
YUV 149.35 62.91 159.85 -
System Red Green Blue C M Y K H S L
Decimal 194 149 34 0 0.23 0.82 0.24 43.13 0.7 0.45
Hex C2 95 22 0 17 52 18 2B 46 2D
Octal 302 225 42 0 27 122 30 53 106 55
Binary 11000010 10010101 100010 0 10111 1010010 11000 101011 1000110 101101

Color Harmonies of #C29522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29522

Black with #C29522

Text Example


Text Example

White with #C29522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29522; }

 p { color: rgb(194,149,34); }

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

background-color css

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

 a { background-color: rgb(194,149,34); }

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

border-color css

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

 span { border-color: rgb(194,149,34); }

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