Html Css Color HEX #C39520 Nugget

📋 copy color: '#C39520'

red 195 ◦ green 149 ◦ blue 32

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

Shades of Nugget #C39520

Tints of Nugget #C39520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.63%

 BLUE value IS 32 (12.89% from 255) = 8.51%

R = 51.86%
G = 39.63%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C39520 (or 0xC39520) is known color: Nugget. HEX triplet: C3, 95 and 20. RGB value is (195,149,32). Sum of RGB (Red+Green+Blue) = 195+149+32=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C39520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39520 is #3C6ADF. Grayscale: #959595. Windows color (decimal): -3959520 or 2135491. OLE color: 2135491.

HSL color Cylindrical-coordinate representation of color #C39520: hue angle of 43.07º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C39520 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 149 32 -
CMYK 0 0.24 0.84 0.24
HSL 43.07º 0.72% 0.45% -
HSV(B) 43.07º 0.84% 0.76% -
XYZ 33.51 33.2 6.01 -
YUV 149.42 61.74 160.51 -
System Red Green Blue C M Y K H S L
Decimal 195 149 32 0 0.24 0.84 0.24 43.07 0.72 0.45
Hex C3 95 20 0 18 54 18 2B 48 2D
Octal 303 225 40 0 30 124 30 53 110 55
Binary 11000011 10010101 100000 0 11000 1010100 11000 101011 1001000 101101

Color Harmonies of #C39520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39520

Black with #C39520

Text Example


Text Example

White with #C39520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39520; }

 p { color: rgb(195,149,32); }

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

background-color css

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

 a { background-color: rgb(195,149,32); }

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

border-color css

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

 span { border-color: rgb(195,149,32); }

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