#241200

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

Shades of Cocoa Brown #241200

Tints of Cocoa Brown #241200

Color information

#241200 (or 0x241200) is unknown color: approx Cocoa Brown. HEX triplet: 24, 12 and 00. RGB value is (36,18,0). Sum of RGB (Red+Green+Blue) = 36+18+0=54 (7% of max value = 765). Red value is 36 (14.45% from 255 or 66.67% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 36 - color contains mainly: red. Hex color #241200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241200 is #DBEDFF. Grayscale: #151515. Windows color (decimal): -14413312 or 4644. OLE color: 4644.

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

Color convert

RGB36180-
CMYK00.510.86
HSL30º100%7.06%-
HSV(B)30º100%14.12%-
XYZ0.940.810.11-
YUV21.33115.96138.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 66.67%
GREEN value IS 18 (7.42% from 255) = 33.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.67%
G=33.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3618000.510.86301007.06
Hex2412003264561e647
Octal44220062144126361447
Binary100100100100011001011001001010110111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241200; }

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

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

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

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

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

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

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

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