Html Css Color HEX #C39928 Nugget

📋 copy color: '#C39928'

red 195 ◦ green 153 ◦ blue 40

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

Shades of Nugget #C39928

Tints of Nugget #C39928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.31%

R = 50.26%
G = 39.43%
B = 10.31%

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

#C39928 (or 0xC39928) is known color: Nugget. HEX triplet: C3, 99 and 28. RGB value is (195,153,40). Sum of RGB (Red+Green+Blue) = 195+153+40=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C39928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39928 is #3C66D7. Grayscale: #999999. Windows color (decimal): -3958488 or 2660803. OLE color: 2660803.

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

Color convert

RGB 195 153 40 -
CMYK 0 0.22 0.79 0.24
HSL 43.74º 0.66% 0.46% -
HSV(B) 43.74º 0.79% 0.76% -
XYZ 34.28 34.54 6.87 -
YUV 152.68 64.41 158.19 -
System Red Green Blue C M Y K H S L
Decimal 195 153 40 0 0.22 0.79 0.24 43.74 0.66 0.46
Hex C3 99 28 0 16 4F 18 2C 42 2E
Octal 303 231 50 0 26 117 30 54 102 56
Binary 11000011 10011001 101000 0 10110 1001111 11000 101100 1000010 101110

Color Harmonies of #C39928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39928

Black with #C39928

Text Example


Text Example

White with #C39928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39928; }

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

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

background-color css

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

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

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

border-color css

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

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

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