#241402

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

Shades of Cocoa Brown #241402

Tints of Cocoa Brown #241402

Color information

#241402 (or 0x241402) is unknown color: approx Cocoa Brown. HEX triplet: 24, 14 and 02. RGB value is (36,20,2). Sum of RGB (Red+Green+Blue) = 36+20+2=58 (7% of max value = 765). Red value is 36 (14.45% from 255 or 62.07% from 58); Green value is 20 (8.20% from 255 or 34.48% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 36 - color contains mainly: red. Hex color #241402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241402 is #DBEBFD. Grayscale: #161616. Windows color (decimal): -14412798 or 136228. OLE color: 136228.

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

Color convert

RGB36202-
CMYK00.440.940.86
HSL31.76º89.47%7.45%-
HSV(B)31.76º94.44%14.12%-
XYZ0.990.880.18-
YUV22.73116.3137.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 62.07%
GREEN value IS 20 (8.20% from 255) = 34.48%
BLUE value IS 2 (1.17% from 255) = 3.45%
R=62.07%
G=34.48%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3620200.440.940.8631.7689.477.45
Hex2414202C5E5620597
Octal44242054136126401317
Binary10010010100100101100101111010101101000001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241402; }

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

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

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

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

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

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

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

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