#3D260C

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

Shades of Cocoa Brown #3D260C

Tints of Cocoa Brown #3D260C

Color information

#3D260C (or 0x3D260C) is unknown color: approx Cocoa Brown. HEX triplet: 3D, 26 and 0C. RGB value is (61,38,12). Sum of RGB (Red+Green+Blue) = 61+38+12=111 (14% of max value = 765). Red value is 61 (24.22% from 255 or 54.95% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 61 - color contains mainly: red. Hex color #3D260C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D260C is #C2D9F3. Grayscale: #2A2A2A. Windows color (decimal): -12769780 or 796221. OLE color: 796221.

HSL color Cylindrical-coordinate representation of color #3D260C: hue angle of 31.84º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D260C is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.76.

Color convert

RGB613812-
CMYK00.380.800.76
HSL31.84º67.12%14.31%-
HSV(B)31.84º80.33%23.92%-
XYZ2.682.40.67-
YUV41.91111.12141.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 54.95%
GREEN value IS 38 (15.23% from 255) = 34.23%
BLUE value IS 12 (5.08% from 255) = 10.81%
R=54.95%
G=34.23%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.80
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61381200.380.800.7631.8467.1214.31
Hex3D26C026504C2043e
Octal7546140461201144010316
Binary111101100110110001001101010000100110010000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,38,12); }

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

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

 a { background-color: rgb(61,38,12); }

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

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

 span { border-color: rgb(61,38,12); }

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