#3B2814

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

Shades of Cocoa Brown #3B2814

Tints of Cocoa Brown #3B2814

Color information

#3B2814 (or 0x3B2814) is unknown color: approx Cocoa Brown. HEX triplet: 3B, 28 and 14. RGB value is (59,40,20). Sum of RGB (Red+Green+Blue) = 59+40+20=119 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.58% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2814 is #C4D7EB. Grayscale: #2B2B2B. Windows color (decimal): -12900332 or 1321019. OLE color: 1321019.

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

Color convert

RGB594020-
CMYK00.320.660.77
HSL30.77º49.37%15.49%-
HSV(B)30.77º66.1%23.14%-
XYZ2.692.51-
YUV43.4114.79139.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 49.58%
GREEN value IS 40 (16.02% from 255) = 33.61%
BLUE value IS 20 (8.20% from 255) = 16.81%
R=49.58%
G=33.61%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59402000.320.660.7730.7749.3715.49
Hex3B2814020424D1f31f
Octal735024040102115376117
Binary11101110100010100010000010000101001101111111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,40,20); }

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

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

 a { background-color: rgb(59,40,20); }

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

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

 span { border-color: rgb(59,40,20); }

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