#3B270D

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

Shades of Cocoa Brown #3B270D

Tints of Cocoa Brown #3B270D

Color information

#3B270D (or 0x3B270D) is unknown color: approx Cocoa Brown. HEX triplet: 3B, 27 and 0D. RGB value is (59,39,13). Sum of RGB (Red+Green+Blue) = 59+39+13=111 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.15% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 59 - color contains mainly: red. Hex color #3B270D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B270D is #C4D8F2. Grayscale: #2A2A2A. Windows color (decimal): -12900595 or 862011. OLE color: 862011.

HSL color Cylindrical-coordinate representation of color #3B270D: hue angle of 33.91º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B270D is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB593913-
CMYK00.340.780.77
HSL33.91º63.89%14.12%-
HSV(B)33.91º77.97%23.14%-
XYZ2.62.410.71-
YUV42.02111.63140.11-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 53.15%
GREEN value IS 39 (15.62% from 255) = 35.14%
BLUE value IS 13 (5.47% from 255) = 11.71%
R=53.15%
G=35.14%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59391300.340.780.7733.9163.8914.12
Hex3B27D0224E4D2240e
Octal7347150421161154210016
Binary111011100111110101000101001110100110110001010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,39,13); }

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

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

 a { background-color: rgb(59,39,13); }

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

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

 span { border-color: rgb(59,39,13); }

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