#3E230E

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

Shades of Cocoa Brown #3E230E

Tints of Cocoa Brown #3E230E

Color information

#3E230E (or 0x3E230E) is unknown color: approx Cocoa Brown. HEX triplet: 3E, 23 and 0E. RGB value is (62,35,14). Sum of RGB (Red+Green+Blue) = 62+35+14=111 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.86% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 62 - color contains mainly: red. Hex color #3E230E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E230E is #C1DCF1. Grayscale: #282828. Windows color (decimal): -12705010 or 926526. OLE color: 926526.

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

Color convert

RGB623514-
CMYK00.440.770.76
HSL26.25º63.16%14.9%-
HSV(B)26.25º77.42%24.31%-
XYZ2.672.260.71-
YUV40.68112.95143.21-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 55.86%
GREEN value IS 35 (14.06% from 255) = 31.53%
BLUE value IS 14 (5.86% from 255) = 12.61%
R=55.86%
G=31.53%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62351400.440.770.7626.2563.1614.9
Hex3E23E02C4D4C1a3ff
Octal764316054115114327717
Binary1111101000111110010110010011011001100110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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