#3A240E

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

Shades of Cocoa Brown #3A240E

Tints of Cocoa Brown #3A240E

Color information

#3A240E (or 0x3A240E) is unknown color: approx Cocoa Brown. HEX triplet: 3A, 24 and 0E. RGB value is (58,36,14). Sum of RGB (Red+Green+Blue) = 58+36+14=108 (14% of max value = 765). Red value is 58 (23.05% from 255 or 53.70% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 58 - color contains mainly: red. Hex color #3A240E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A240E is #C5DBF1. Grayscale: #282828. Windows color (decimal): -12966898 or 926778. OLE color: 926778.

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

Color convert

RGB583614-
CMYK00.380.760.77
HSL30º61.11%14.12%-
HSV(B)30º75.86%22.75%-
XYZ2.462.190.71-
YUV40.07113.29140.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 53.70%
GREEN value IS 36 (14.45% from 255) = 33.33%
BLUE value IS 14 (5.86% from 255) = 12.96%
R=53.70%
G=33.33%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.76
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58361400.380.760.773061.1114.12
Hex3A24E0264C4D1e3de
Octal724416046114115367516
Binary1110101001001110010011010011001001101111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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