Html Css Color HEX #C39B2C Nugget

📋 copy color: '#C39B2C'

red 195 ◦ green 155 ◦ blue 44

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

Shades of Nugget #C39B2C

Tints of Nugget #C39B2C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.34%

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

R = 49.49%
G = 39.34%
B = 11.17%

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

#C39B2C (or 0xC39B2C) is known color: Nugget. HEX triplet: C3, 9B and 2C. RGB value is (195,155,44). Sum of RGB (Red+Green+Blue) = 195+155+44=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 44 (17.58% from 255 or 11.17% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39B2C is #3C64D3. Grayscale: #9A9A9A. Windows color (decimal): -3957972 or 2923459. OLE color: 2923459.

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

Color convert

RGB 195 155 44 -
CMYK 0 0.21 0.77 0.24
HSL 44.11º 0.63% 0.47% -
HSV(B) 44.11º 0.77% 0.76% -
XYZ 34.68 35.23 7.35 -
YUV 154.31 65.75 157.03 -
System Red Green Blue C M Y K H S L
Decimal 195 155 44 0 0.21 0.77 0.24 44.11 0.63 0.47
Hex C3 9B 2C 0 15 4D 18 2C 3F 2F
Octal 303 233 54 0 25 115 30 54 77 57
Binary 11000011 10011011 101100 0 10101 1001101 11000 101100 111111 101111

Color Harmonies of #C39B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39B2C

Black with #C39B2C

Text Example


Text Example

White with #C39B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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