Html Css Color HEX #C39A2C Nugget

📋 copy color: '#C39A2C'

red 195 ◦ green 154 ◦ blue 44

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

Shades of Nugget #C39A2C

Tints of Nugget #C39A2C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.19%

 BLUE value IS 44 (17.58% from 255) = 11.2%

R = 49.62%
G = 39.19%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C39A2C (or 0xC39A2C) is known color: Nugget. HEX triplet: C3, 9A and 2C. RGB value is (195,154,44). Sum of RGB (Red+Green+Blue) = 195+154+44=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39A2C is #3C65D3. Grayscale: #9A9A9A. Windows color (decimal): -3958228 or 2923203. OLE color: 2923203.

HSL color Cylindrical-coordinate representation of color #C39A2C: hue angle of 43.71º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C39A2C is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 154 44 -
CMYK 0 0.21 0.77 0.24
HSL 43.71º 0.63% 0.47% -
HSV(B) 43.71º 0.77% 0.76% -
XYZ 34.52 34.9 7.3 -
YUV 153.72 66.08 157.44 -
System Red Green Blue C M Y K H S L
Decimal 195 154 44 0 0.21 0.77 0.24 43.71 0.63 0.47
Hex C3 9A 2C 0 15 4D 18 2C 3F 2F
Octal 303 232 54 0 25 115 30 54 77 57
Binary 11000011 10011010 101100 0 10101 1001101 11000 101100 111111 101111

Color Harmonies of #C39A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39A2C

Black with #C39A2C

Text Example


Text Example

White with #C39A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39A2C; }

 p { color: rgb(195,154,44); }

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

background-color css

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

 a { background-color: rgb(195,154,44); }

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

border-color css

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

 span { border-color: rgb(195,154,44); }

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