#241201

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

Shades of Cocoa Brown #241201

Tints of Cocoa Brown #241201

Color information

#241201 (or 0x241201) is unknown color: approx Cocoa Brown. HEX triplet: 24, 12 and 01. RGB value is (36,18,1). Sum of RGB (Red+Green+Blue) = 36+18+1=55 (7% of max value = 765). Red value is 36 (14.45% from 255 or 65.45% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 1 (0.78% from 255 or 1.82% from 55); Max value from RGB is 36 - color contains mainly: red. Hex color #241201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241201 is #DBEDFE. Grayscale: #151515. Windows color (decimal): -14413311 or 70180. OLE color: 70180.

HSL color Cylindrical-coordinate representation of color #241201: hue angle of 29.14º 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 #241201 is Cyan = 0, Magento = 0.5, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB36181-
CMYK00.50.970.86
HSL29.14º94.59%7.25%-
HSV(B)29.14º97.22%14.12%-
XYZ0.950.810.14-
YUV21.44116.46138.38-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 65.45%
GREEN value IS 18 (7.42% from 255) = 32.73%
BLUE value IS 1 (0.78% from 255) = 1.82%
R=65.45%
G=32.73%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3618100.50.970.8629.1494.597.25
Hex2412103261561d5f7
Octal44221062141126351377
Binary100100100101011001011000011010110111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241201; }

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

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

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

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

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

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

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

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