#241202

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

Shades of Cocoa Brown #241202

Tints of Cocoa Brown #241202

Color information

#241202 (or 0x241202) is unknown color: approx Cocoa Brown. HEX triplet: 24, 12 and 02. RGB value is (36,18,2). Sum of RGB (Red+Green+Blue) = 36+18+2=56 (7% of max value = 765). Red value is 36 (14.45% from 255 or 64.29% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 36 - color contains mainly: red. Hex color #241202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241202 is #DBEDFD. Grayscale: #151515. Windows color (decimal): -14413310 or 135716. OLE color: 135716.

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

Color convert

RGB36182-
CMYK00.50.940.86
HSL28.24º89.47%7.45%-
HSV(B)28.24º94.44%14.12%-
XYZ0.950.810.16-
YUV21.56116.96138.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 64.29%
GREEN value IS 18 (7.42% from 255) = 32.14%
BLUE value IS 2 (1.17% from 255) = 3.57%
R=64.29%
G=32.14%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3618200.50.940.8628.2489.477.45
Hex241220325E561c597
Octal44222062136126341317
Binary1001001001010011001010111101010110111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241202; }

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

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

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

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

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

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

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

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