#241300

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

Shades of Cocoa Brown #241300

Tints of Cocoa Brown #241300

Color information

#241300 (or 0x241300) is unknown color: approx Cocoa Brown. HEX triplet: 24, 13 and 00. RGB value is (36,19,0). Sum of RGB (Red+Green+Blue) = 36+19+0=55 (7% of max value = 765). Red value is 36 (14.45% from 255 or 65.45% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 36 - color contains mainly: red. Hex color #241300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241300 is #DBECFF. Grayscale: #161616. Windows color (decimal): -14413056 or 4900. OLE color: 4900.

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

Color convert

RGB36190-
CMYK00.4710.86
HSL31.67º100%7.06%-
HSV(B)31.67º100%14.12%-
XYZ0.960.840.11-
YUV21.92115.63138.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 65.45%
GREEN value IS 19 (7.81% from 255) = 34.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.45%
G=34.55%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3619000.4710.8631.671007.06
Hex2413002F645620647
Octal44230057144126401447
Binary1001001001100101111110010010101101000001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241300; }

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

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

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

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

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

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

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

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