#3E1F01

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

Shades of Cocoa Brown #3E1F01

Tints of Cocoa Brown #3E1F01

Color information

#3E1F01 (or 0x3E1F01) is unknown color: approx Cocoa Brown. HEX triplet: 3E, 1F and 01. RGB value is (62,31,1). Sum of RGB (Red+Green+Blue) = 62+31+1=94 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.96% from 94); Green value is 31 (12.5% from 255 or 32.98% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E1F01 is #C1E0FE. Grayscale: #252525. Windows color (decimal): -12706047 or 73534. OLE color: 73534.

HSL color Cylindrical-coordinate representation of color #3E1F01: hue angle of 29.51º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E1F01 is Cyan = 0, Magento = 0.5, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB62311-
CMYK00.50.980.76
HSL29.51º96.83%12.35%-
HSV(B)29.51º98.39%24.31%-
XYZ2.482.010.29-
YUV36.85107.77145.94-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 65.96%
GREEN value IS 31 (12.5% from 255) = 32.98%
BLUE value IS 1 (0.78% from 255) = 1.06%
R=65.96%
G=32.98%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6231100.50.980.7629.5196.8312.35
Hex3E1F1032624C1e61c
Octal763710621421143614114
Binary1111101111110110010110001010011001111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,31,1); }

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

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

 a { background-color: rgb(62,31,1); }

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

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

 span { border-color: rgb(62,31,1); }

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