#3D2708

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

Shades of Cocoa Brown #3D2708

Tints of Cocoa Brown #3D2708

Color information

#3D2708 (or 0x3D2708) is unknown color: approx Cocoa Brown. HEX triplet: 3D, 27 and 08. RGB value is (61,39,8). Sum of RGB (Red+Green+Blue) = 61+39+8=108 (14% of max value = 765). Red value is 61 (24.22% from 255 or 56.48% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2708 is #C2D8F7. Grayscale: #2A2A2A. Windows color (decimal): -12769528 or 534333. OLE color: 534333.

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

Color convert

RGB61398-
CMYK00.360.870.76
HSL35.09º76.81%13.53%-
HSV(B)35.09º86.89%23.92%-
XYZ2.692.460.56-
YUV42.04108.79141.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 56.48%
GREEN value IS 39 (15.62% from 255) = 36.11%
BLUE value IS 8 (3.52% from 255) = 7.41%
R=56.48%
G=36.11%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.87
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6139800.360.870.7635.0976.8113.53
Hex3D278024574C234de
Octal7547100441271144311516
Binary111101100111100001001001010111100110010001110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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