Html Css Color HEX #3C2010 Brown Pod

📋 copy color: '#3C2010'

red 60 ◦ green 32 ◦ blue 16

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

Shades of Brown Pod #3C2010

Tints of Brown Pod #3C2010

RGB

 RED value IS 60 (23.83% from 255) = 55.56%

 GREEN value IS 32 (12.89% from 255) = 29.63%

 BLUE value IS 16 (6.64% from 255) = 14.81%

R = 55.56%
G = 29.63%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.76

RGB Variations

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

Color information

#3C2010 (or 0x3C2010) is known color: Brown Pod. HEX triplet: 3C, 20 and 10. RGB value is (60,32,16). Sum of RGB (Red+Green+Blue) = 60+32+16=108 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.56% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2010 is #C3DFEF. Grayscale: #262626. Windows color (decimal): -12836848 or 1056828. OLE color: 1056828.

HSL color Cylindrical-coordinate representation of color #3C2010: hue angle of 21.82º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C2010 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 32 16 -
CMYK 0 0.47 0.73 0.76
HSL 21.82º 0.58% 0.15% -
HSV(B) 21.82º 0.73% 0.24% -
XYZ 2.47 2.03 0.75 -
YUV 38.55 115.28 143.3 -
System Red Green Blue C M Y K H S L
Decimal 60 32 16 0 0.47 0.73 0.76 21.82 0.58 0.15
Hex 3C 20 10 0 2F 49 4C 16 3A F
Octal 74 40 20 0 57 111 114 26 72 17
Binary 111100 100000 10000 0 101111 1001001 1001100 10110 111010 1111

Color Harmonies of #3C2010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2010

Black with #3C2010

Text Example


Text Example

White with #3C2010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C2010; }

 p { color: rgb(60,32,16); }

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

background-color css

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

 a { background-color: rgb(60,32,16); }

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

border-color css

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

 span { border-color: rgb(60,32,16); }

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