Html Css Color HEX #C29223 Nugget

📋 copy color: '#C29223'

red 194 ◦ green 146 ◦ blue 35

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

Shades of Nugget #C29223

Tints of Nugget #C29223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.33%

R = 51.73%
G = 38.93%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C29223 (or 0xC29223) is known color: Nugget. HEX triplet: C2, 92 and 23. RGB value is (194,146,35). Sum of RGB (Red+Green+Blue) = 194+146+35=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C29223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29223 is #3D6DDC. Grayscale: #949494. Windows color (decimal): -4025821 or 2331330. OLE color: 2331330.

HSL color Cylindrical-coordinate representation of color #C29223: hue angle of 41.89º degrees, saturation: 0.69, 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 #C29223 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 146 35 -
CMYK 0 0.25 0.82 0.24
HSL 41.89º 0.69% 0.45% -
HSV(B) 41.89º 0.82% 0.76% -
XYZ 32.83 32.15 6.07 -
YUV 147.7 64.4 161.03 -
System Red Green Blue C M Y K H S L
Decimal 194 146 35 0 0.25 0.82 0.24 41.89 0.69 0.45
Hex C2 92 23 0 19 52 18 2A 45 2D
Octal 302 222 43 0 31 122 30 52 105 55
Binary 11000010 10010010 100011 0 11001 1010010 11000 101010 1000101 101101

Color Harmonies of #C29223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29223

Black with #C29223

Text Example


Text Example

White with #C29223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29223; }

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

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

background-color css

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

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

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

border-color css

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

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

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