#3D2806

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

Shades of Cocoa Brown #3D2806

Tints of Cocoa Brown #3D2806

Color information

#3D2806 (or 0x3D2806) is unknown color: approx Cocoa Brown. HEX triplet: 3D, 28 and 06. RGB value is (61,40,6). Sum of RGB (Red+Green+Blue) = 61+40+6=107 (14% of max value = 765). Red value is 61 (24.22% from 255 or 57.01% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2806 is #C2D7F9. Grayscale: #2A2A2A. Windows color (decimal): -12769274 or 403517. OLE color: 403517.

HSL color Cylindrical-coordinate representation of color #3D2806: hue angle of 37.09º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D2806 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.76.

Color convert

RGB61406-
CMYK00.340.900.76
HSL37.09º82.09%13.14%-
HSV(B)37.09º90.16%23.92%-
XYZ2.722.520.52-
YUV42.4107.46141.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 57.01%
GREEN value IS 40 (16.02% from 255) = 37.38%
BLUE value IS 6 (2.73% from 255) = 5.61%
R=57.01%
G=37.38%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.90
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6140600.340.900.7637.0982.0913.14
Hex3D2860225A4C2552d
Octal755060421321144512215
Binary11110110100011001000101011010100110010010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,40,6); }

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

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

 a { background-color: rgb(61,40,6); }

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

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

 span { border-color: rgb(61,40,6); }

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