#3E230C

Color #3E230C Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #3E230C

Tints of Cocoa Brown #3E230C

Color information

#3E230C (or 0x3E230C) is unknown color: approx Cocoa Brown. HEX triplet: 3E, 23 and 0C. RGB value is (62,35,12). Sum of RGB (Red+Green+Blue) = 62+35+12=109 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.88% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 62 - color contains mainly: red. Hex color #3E230C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E230C is #C1DCF3. Grayscale: #282828. Windows color (decimal): -12705012 or 795454. OLE color: 795454.

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

Color convert

RGB623512-
CMYK00.440.810.76
HSL27.6º67.57%14.51%-
HSV(B)27.6º80.65%24.31%-
XYZ2.652.250.64-
YUV40.45111.95143.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 56.88%
GREEN value IS 35 (14.06% from 255) = 32.11%
BLUE value IS 12 (5.08% from 255) = 11.01%
R=56.88%
G=32.11%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.81
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62351200.440.810.7627.667.5714.51
Hex3E23C02C514C1c44f
Octal7643140541211143410417
Binary11111010001111000101100101000110011001110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,35,12); }

 H1.HeaderClassName
 {
   color: #3E230C;
 }
 .AnyTagClassName
 {
   color: #3E230C;
 }
</style>
background-color css

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

 a { background-color: rgb(62,35,12); }

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

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

 span { border-color: rgb(62,35,12); }

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