#3B1E03

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

Shades of Cocoa Brown #3B1E03

Tints of Cocoa Brown #3B1E03

Color information

#3B1E03 (or 0x3B1E03) is unknown color: approx Cocoa Brown. HEX triplet: 3B, 1E and 03. RGB value is (59,30,3). Sum of RGB (Red+Green+Blue) = 59+30+3=92 (12% of max value = 765). Red value is 59 (23.44% from 255 or 64.13% from 92); Green value is 30 (12.11% from 255 or 32.61% from 92); Blue value is 3 (1.56% from 255 or 3.26% from 92); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1E03 is #C4E1FC. Grayscale: #232323. Windows color (decimal): -12902909 or 204347. OLE color: 204347.

HSL color Cylindrical-coordinate representation of color #3B1E03: hue angle of 28.93º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B1E03 is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.77.

Color convert

RGB59303-
CMYK00.490.950.77
HSL28.93º90.32%12.16%-
HSV(B)28.93º94.92%23.14%-
XYZ2.281.860.33-
YUV35.59109.61144.7-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 64.13%
GREEN value IS 30 (12.11% from 255) = 32.61%
BLUE value IS 3 (1.56% from 255) = 3.26%
R=64.13%
G=32.61%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.95
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5930300.490.950.7728.9390.3212.16
Hex3B1E30315F4D1d5ac
Octal733630611371153513214
Binary11101111110110110001101111110011011110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,30,3); }

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

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

 a { background-color: rgb(59,30,3); }

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

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

 span { border-color: rgb(59,30,3); }

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