#3A240D

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

Shades of Cocoa Brown #3A240D

Tints of Cocoa Brown #3A240D

Color information

#3A240D (or 0x3A240D) is unknown color: approx Cocoa Brown. HEX triplet: 3A, 24 and 0D. RGB value is (58,36,13). Sum of RGB (Red+Green+Blue) = 58+36+13=107 (14% of max value = 765). Red value is 58 (23.05% from 255 or 54.21% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 58 - color contains mainly: red. Hex color #3A240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A240D is #C5DBF2. Grayscale: #282828. Windows color (decimal): -12966899 or 861242. OLE color: 861242.

HSL color Cylindrical-coordinate representation of color #3A240D: hue angle of 30.67º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A240D is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB583613-
CMYK00.380.780.77
HSL30.67º63.38%13.92%-
HSV(B)30.67º77.59%22.75%-
XYZ2.452.190.67-
YUV39.96112.79140.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 54.21%
GREEN value IS 36 (14.45% from 255) = 33.64%
BLUE value IS 13 (5.47% from 255) = 12.15%
R=54.21%
G=33.64%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58361300.380.780.7730.6763.3813.92
Hex3A24D0264E4D1f3fe
Octal724415046116115377716
Binary1110101001001101010011010011101001101111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,36,13); }

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

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

 a { background-color: rgb(58,36,13); }

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

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

 span { border-color: rgb(58,36,13); }

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