#3E260C

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

Shades of Cocoa Brown #3E260C

Tints of Cocoa Brown #3E260C

Color information

#3E260C (or 0x3E260C) is unknown color: approx Cocoa Brown. HEX triplet: 3E, 26 and 0C. RGB value is (62,38,12). Sum of RGB (Red+Green+Blue) = 62+38+12=112 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.36% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 62 - color contains mainly: red. Hex color #3E260C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E260C is #C1D9F3. Grayscale: #2A2A2A. Windows color (decimal): -12704244 or 796222. OLE color: 796222.

HSL color Cylindrical-coordinate representation of color #3E260C: hue angle of 31.2º 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 #3E260C is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.76.

Color convert

RGB623812-
CMYK00.390.810.76
HSL31.2º67.57%14.51%-
HSV(B)31.2º80.65%24.31%-
XYZ2.752.440.67-
YUV42.21110.95142.11-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 55.36%
GREEN value IS 38 (15.23% from 255) = 33.93%
BLUE value IS 12 (5.08% from 255) = 10.71%
R=55.36%
G=33.93%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62381200.390.810.7631.267.5714.51
Hex3E26C027514C1f44f
Octal7646140471211143710417
Binary11111010011011000100111101000110011001111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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