Html Css Color HEX #C39B27 Nugget

📋 copy color: '#C39B27'

red 195 ◦ green 155 ◦ blue 39

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

Shades of Nugget #C39B27

Tints of Nugget #C39B27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.03%

R = 50.13%
G = 39.85%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C39B27 (or 0xC39B27) is known color: Nugget. HEX triplet: C3, 9B and 27. RGB value is (195,155,39). Sum of RGB (Red+Green+Blue) = 195+155+39=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 39 (15.62% from 255 or 10.03% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39B27 is #3C64D8. Grayscale: #9A9A9A. Windows color (decimal): -3957977 or 2595779. OLE color: 2595779.

HSL color Cylindrical-coordinate representation of color #C39B27: hue angle of 44.62º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C39B27 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 155 39 -
CMYK 0 0.21 0.80 0.24
HSL 44.62º 0.67% 0.46% -
HSV(B) 44.62º 0.8% 0.76% -
XYZ 34.59 35.19 6.89 -
YUV 153.74 63.25 157.43 -
System Red Green Blue C M Y K H S L
Decimal 195 155 39 0 0.21 0.80 0.24 44.62 0.67 0.46
Hex C3 9B 27 0 15 50 18 2D 43 2E
Octal 303 233 47 0 25 120 30 55 103 56
Binary 11000011 10011011 100111 0 10101 1010000 11000 101101 1000011 101110

Color Harmonies of #C39B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39B27

Black with #C39B27

Text Example


Text Example

White with #C39B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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