#241401

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

Shades of Cocoa Brown #241401

Tints of Cocoa Brown #241401

Color information

#241401 (or 0x241401) is unknown color: approx Cocoa Brown. HEX triplet: 24, 14 and 01. RGB value is (36,20,1). Sum of RGB (Red+Green+Blue) = 36+20+1=57 (7% of max value = 765). Red value is 36 (14.45% from 255 or 63.16% from 57); Green value is 20 (8.20% from 255 or 35.09% from 57); Blue value is 1 (0.78% from 255 or 1.75% from 57); Max value from RGB is 36 - color contains mainly: red. Hex color #241401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241401 is #DBEBFE. Grayscale: #161616. Windows color (decimal): -14412799 or 70692. OLE color: 70692.

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

Color convert

RGB36201-
CMYK00.440.970.86
HSL32.57º94.59%7.25%-
HSV(B)32.57º97.22%14.12%-
XYZ0.980.880.15-
YUV22.62115.8137.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 63.16%
GREEN value IS 20 (8.20% from 255) = 35.09%
BLUE value IS 1 (0.78% from 255) = 1.75%
R=63.16%
G=35.09%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3620100.440.970.8632.5794.597.25
Hex2414102C6156215f7
Octal44241054141126411377
Binary1001001010010101100110000110101101000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241401; }

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

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

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

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

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

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

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

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