Html Css Color HEX #C39320 Nugget

📋 copy color: '#C39320'

red 195 ◦ green 147 ◦ blue 32

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

Shades of Nugget #C39320

Tints of Nugget #C39320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.3%

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

R = 52.14%
G = 39.3%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C39320 (or 0xC39320) is known color: Nugget. HEX triplet: C3, 93 and 20. RGB value is (195,147,32). Sum of RGB (Red+Green+Blue) = 195+147+32=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C39320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39320 is #3C6CDF. Grayscale: #949494. Windows color (decimal): -3960032 or 2134979. OLE color: 2134979.

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

Color convert

RGB 195 147 32 -
CMYK 0 0.25 0.84 0.24
HSL 42.33º 0.72% 0.45% -
HSV(B) 42.33º 0.84% 0.76% -
XYZ 33.2 32.57 5.9 -
YUV 148.24 62.4 161.35 -
System Red Green Blue C M Y K H S L
Decimal 195 147 32 0 0.25 0.84 0.24 42.33 0.72 0.45
Hex C3 93 20 0 19 54 18 2A 48 2D
Octal 303 223 40 0 31 124 30 52 110 55
Binary 11000011 10010011 100000 0 11001 1010100 11000 101010 1001000 101101

Color Harmonies of #C39320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39320

Black with #C39320

Text Example


Text Example

White with #C39320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39320; }

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

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

background-color css

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

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

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

border-color css

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

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

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