Html Css Color HEX #C39929 Nugget

📋 copy color: '#C39929'

red 195 ◦ green 153 ◦ blue 41

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

Shades of Nugget #C39929

Tints of Nugget #C39929

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.33%

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

R = 50.13%
G = 39.33%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C39929 (or 0xC39929) is known color: Nugget. HEX triplet: C3, 99 and 29. RGB value is (195,153,41). Sum of RGB (Red+Green+Blue) = 195+153+41=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 41 (16.41% from 255 or 10.54% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C39929 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39929 is #3C66D6. Grayscale: #999999. Windows color (decimal): -3958487 or 2726339. OLE color: 2726339.

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

Color convert

RGB 195 153 41 -
CMYK 0 0.22 0.79 0.24
HSL 43.64º 0.65% 0.46% -
HSV(B) 43.64º 0.79% 0.76% -
XYZ 34.3 34.54 6.96 -
YUV 152.79 64.91 158.11 -
System Red Green Blue C M Y K H S L
Decimal 195 153 41 0 0.22 0.79 0.24 43.64 0.65 0.46
Hex C3 99 29 0 16 4F 18 2C 41 2E
Octal 303 231 51 0 26 117 30 54 101 56
Binary 11000011 10011001 101001 0 10110 1001111 11000 101100 1000001 101110

Color Harmonies of #C39929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39929

Black with #C39929

Text Example


Text Example

White with #C39929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39929; }

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

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

background-color css

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

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

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

border-color css

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

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

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