Html Css Color HEX #C39129 Nugget

📋 copy color: '#C39129'

red 195 ◦ green 145 ◦ blue 41

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

Shades of Nugget #C39129

Tints of Nugget #C39129

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.06%

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

R = 51.18%
G = 38.06%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C39129 (or 0xC39129) is known color: Nugget. HEX triplet: C3, 91 and 29. RGB value is (195,145,41). Sum of RGB (Red+Green+Blue) = 195+145+41=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C39129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39129 is #3C6ED6. Grayscale: #949494. Windows color (decimal): -3960535 or 2724291. OLE color: 2724291.

HSL color Cylindrical-coordinate representation of color #C39129: hue angle of 40.52º 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 #C39129 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 145 41 -
CMYK 0 0.26 0.79 0.24
HSL 40.52º 0.65% 0.46% -
HSV(B) 40.52º 0.79% 0.76% -
XYZ 33.03 32.01 6.54 -
YUV 148.09 67.57 161.46 -
System Red Green Blue C M Y K H S L
Decimal 195 145 41 0 0.26 0.79 0.24 40.52 0.65 0.46
Hex C3 91 29 0 1A 4F 18 29 41 2E
Octal 303 221 51 0 32 117 30 51 101 56
Binary 11000011 10010001 101001 0 11010 1001111 11000 101001 1000001 101110

Color Harmonies of #C39129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39129

Black with #C39129

Text Example


Text Example

White with #C39129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39129; }

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

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

background-color css

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

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

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

border-color css

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

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

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