#241400

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

Shades of Cocoa Brown #241400

Tints of Cocoa Brown #241400

Color information

#241400 (or 0x241400) is unknown color: approx Cocoa Brown. HEX triplet: 24, 14 and 00. RGB value is (36,20,0). Sum of RGB (Red+Green+Blue) = 36+20+0=56 (7% of max value = 765). Red value is 36 (14.45% from 255 or 64.29% from 56); Green value is 20 (8.20% from 255 or 35.71% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 36 - color contains mainly: red. Hex color #241400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241400 is #DBEBFF. Grayscale: #161616. Windows color (decimal): -14412800 or 5156. OLE color: 5156.

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

Color convert

RGB36200-
CMYK00.4410.86
HSL33.33º100%7.06%-
HSV(B)33.33º100%14.12%-
XYZ0.980.880.12-
YUV22.5115.3137.63-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 64.29%
GREEN value IS 20 (8.20% from 255) = 35.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.29%
G=35.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3620000.4410.8633.331007.06
Hex2414002C645621647
Octal44240054144126411447
Binary1001001010000101100110010010101101000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241400; }

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

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

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

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

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

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

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

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