Html Css Color HEX #C39229 Nugget

📋 copy color: '#C39229'

red 195 ◦ green 146 ◦ blue 41

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

Shades of Nugget #C39229

Tints of Nugget #C39229

RGB

 RED value IS 195 (76.56% from 255) = 51.05%

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

 BLUE value IS 41 (16.41% from 255) = 10.73%

R = 51.05%
G = 38.22%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C39229 (or 0xC39229) is known color: Nugget. HEX triplet: C3, 92 and 29. RGB value is (195,146,41). Sum of RGB (Red+Green+Blue) = 195+146+41=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 41 (16.41% from 255 or 10.73% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C39229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39229 is #3C6DD6. Grayscale: #959595. Windows color (decimal): -3960279 or 2724547. OLE color: 2724547.

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

Color convert

RGB 195 146 41 -
CMYK 0 0.25 0.79 0.24
HSL 40.91º 0.65% 0.46% -
HSV(B) 40.91º 0.79% 0.76% -
XYZ 33.18 32.32 6.59 -
YUV 148.68 67.23 161.04 -
System Red Green Blue C M Y K H S L
Decimal 195 146 41 0 0.25 0.79 0.24 40.91 0.65 0.46
Hex C3 92 29 0 19 4F 18 29 41 2E
Octal 303 222 51 0 31 117 30 51 101 56
Binary 11000011 10010010 101001 0 11001 1001111 11000 101001 1000001 101110

Color Harmonies of #C39229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39229

Black with #C39229

Text Example


Text Example

White with #C39229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39229; }

 p { color: rgb(195,146,41); }

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

background-color css

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

 a { background-color: rgb(195,146,41); }

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

border-color css

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

 span { border-color: rgb(195,146,41); }

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