#3D230A

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

Shades of Cocoa Brown #3D230A

Tints of Cocoa Brown #3D230A

Color information

#3D230A (or 0x3D230A) is unknown color: approx Cocoa Brown. HEX triplet: 3D, 23 and 0A. RGB value is (61,35,10). Sum of RGB (Red+Green+Blue) = 61+35+10=106 (14% of max value = 765). Red value is 61 (24.22% from 255 or 57.55% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 61 - color contains mainly: red. Hex color #3D230A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D230A is #C2DCF5. Grayscale: #282828. Windows color (decimal): -12770550 or 664381. OLE color: 664381.

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

Color convert

RGB613510-
CMYK00.430.840.76
HSL29.41º71.83%13.92%-
HSV(B)29.41º83.61%23.92%-
XYZ2.582.220.58-
YUV39.92111.11143.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 57.55%
GREEN value IS 35 (14.06% from 255) = 33.02%
BLUE value IS 10 (4.30% from 255) = 9.43%
R=57.55%
G=33.02%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.84
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61351000.430.840.7629.4171.8313.92
Hex3D23A02B544C1d48e
Octal7543120531241143511016
Binary11110110001110100101011101010010011001110110010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,35,10); }

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

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

 a { background-color: rgb(61,35,10); }

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

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

 span { border-color: rgb(61,35,10); }

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