#3D2812

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

Shades of Cocoa Brown #3D2812

Tints of Cocoa Brown #3D2812

Color information

#3D2812 (or 0x3D2812) is unknown color: approx Cocoa Brown. HEX triplet: 3D, 28 and 12. RGB value is (61,40,18). Sum of RGB (Red+Green+Blue) = 61+40+18=119 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.26% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2812 is #C2D7ED. Grayscale: #2B2B2B. Windows color (decimal): -12769262 or 1189949. OLE color: 1189949.

HSL color Cylindrical-coordinate representation of color #3D2812: hue angle of 30.7º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D2812 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.76.

Color convert

RGB614018-
CMYK00.340.700.76
HSL30.7º54.43%15.49%-
HSV(B)30.7º70.49%23.92%-
XYZ2.792.550.92-
YUV43.77113.46140.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 51.26%
GREEN value IS 40 (16.02% from 255) = 33.61%
BLUE value IS 18 (7.42% from 255) = 15.13%
R=51.26%
G=33.61%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.70
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61401800.340.700.7630.754.4315.49
Hex3D2812022464C1f36f
Octal755022042106114376617
Binary11110110100010010010001010001101001100111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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