#3D2710

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

Shades of Cocoa Brown #3D2710

Tints of Cocoa Brown #3D2710

Color information

#3D2710 (or 0x3D2710) is unknown color: approx Cocoa Brown. HEX triplet: 3D, 27 and 10. RGB value is (61,39,16). Sum of RGB (Red+Green+Blue) = 61+39+16=116 (15% of max value = 765). Red value is 61 (24.22% from 255 or 52.59% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2710 is #C2D8EF. Grayscale: #2B2B2B. Windows color (decimal): -12769520 or 1058621. OLE color: 1058621.

HSL color Cylindrical-coordinate representation of color #3D2710: hue angle of 30.67º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D2710 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.76.

Color convert

RGB613916-
CMYK00.360.740.76
HSL30.67º58.44%15.1%-
HSV(B)30.67º73.77%23.92%-
XYZ2.742.480.82-
YUV42.96112.79140.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 52.59%
GREEN value IS 39 (15.62% from 255) = 33.62%
BLUE value IS 16 (6.64% from 255) = 13.79%
R=52.59%
G=33.62%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61391600.360.740.7630.6758.4415.1
Hex3D27100244A4C1f3af
Octal754720044112114377217
Binary11110110011110000010010010010101001100111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,39,16); }

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

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

 a { background-color: rgb(61,39,16); }

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

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

 span { border-color: rgb(61,39,16); }

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