#241304

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

Shades of Cocoa Brown #241304

Tints of Cocoa Brown #241304

Color information

#241304 (or 0x241304) is unknown color: approx Cocoa Brown. HEX triplet: 24, 13 and 04. RGB value is (36,19,4). Sum of RGB (Red+Green+Blue) = 36+19+4=59 (7% of max value = 765). Red value is 36 (14.45% from 255 or 61.02% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 36 - color contains mainly: red. Hex color #241304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241304 is #DBECFB. Grayscale: #161616. Windows color (decimal): -14413052 or 267044. OLE color: 267044.

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

Color convert

RGB36194-
CMYK00.470.890.86
HSL28.12º80%7.84%-
HSV(B)28.12º88.89%14.12%-
XYZ0.980.850.23-
YUV22.37117.63137.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 61.02%
GREEN value IS 19 (7.81% from 255) = 32.20%
BLUE value IS 4 (1.95% from 255) = 6.78%
R=61.02%
G=32.20%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.89
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3619400.470.890.8628.12807.84
Hex2413402F59561c508
Octal442340571311263412010
Binary100100100111000101111101100110101101110010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241304; }

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

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

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

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

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

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

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

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