#241404

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

Shades of Cocoa Brown #241404

Tints of Cocoa Brown #241404

Color information

#241404 (or 0x241404) is unknown color: approx Cocoa Brown. HEX triplet: 24, 14 and 04. RGB value is (36,20,4). Sum of RGB (Red+Green+Blue) = 36+20+4=60 (7% of max value = 765). Red value is 36 (14.45% from 255 or 60% from 60); Green value is 20 (8.20% from 255 or 33.33% from 60); Blue value is 4 (1.95% from 255 or 6.67% from 60); Max value from RGB is 36 - color contains mainly: red. Hex color #241404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241404 is #DBEBFB. Grayscale: #171717. Windows color (decimal): -14412796 or 267300. OLE color: 267300.

HSL color Cylindrical-coordinate representation of color #241404: hue angle of 30º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #241404 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.86.

Color convert

RGB36204-
CMYK00.440.890.86
HSL30º80%7.84%-
HSV(B)30º88.89%14.12%-
XYZ10.880.23-
YUV22.96117.3137.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 60%
GREEN value IS 20 (8.20% from 255) = 33.33%
BLUE value IS 4 (1.95% from 255) = 6.67%
R=60%
G=33.33%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3620400.440.890.8630807.84
Hex2414402C59561e508
Octal442440541311263612010
Binary100100101001000101100101100110101101111010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241404; }

 p { color: rgb(36,20,4); }

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

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

 a { background-color: rgb(36,20,4); }

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

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

 span { border-color: rgb(36,20,4); }

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