#3D2502

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

Shades of Cocoa Brown #3D2502

Tints of Cocoa Brown #3D2502

Color information

#3D2502 (or 0x3D2502) is unknown color: approx Cocoa Brown. HEX triplet: 3D, 25 and 02. RGB value is (61,37,2). Sum of RGB (Red+Green+Blue) = 61+37+2=100 (13% of max value = 765). Red value is 61 (24.22% from 255 or 61% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2502 is #C2DAFD. Grayscale: #282828. Windows color (decimal): -12770046 or 140605. OLE color: 140605.

HSL color Cylindrical-coordinate representation of color #3D2502: hue angle of 35.59º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D2502 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.76.

Color convert

RGB61372-
CMYK00.390.970.76
HSL35.59º93.65%12.35%-
HSV(B)35.59º96.72%23.92%-
XYZ2.62.320.37-
YUV40.19106.45142.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 61%
GREEN value IS 37 (14.84% from 255) = 37%
BLUE value IS 2 (1.17% from 255) = 2%
R=61%
G=37%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6137200.390.970.7635.5993.6512.35
Hex3D252027614C245ec
Octal754520471411144413614
Binary1111011001011001001111100001100110010010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,37,2); }

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

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

 a { background-color: rgb(61,37,2); }

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

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

 span { border-color: rgb(61,37,2); }

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