Html Css Color HEX #241400 Cocoa Brown

📋 copy color: '#241400'

red 36 ◦ green 20 ◦ blue 0

#241400
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #241400

Tints of Cocoa Brown #241400

RGB

 RED value IS 36 (14.45% from 255) = 64.29%

 GREEN value IS 20 (8.2% from 255) = 35.71%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.29%
G = 35.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#241400 (or 0x241400) is known color: 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

RGB 36 20 0 -
CMYK 0 0.44 1 0.86
HSL 33.33º 1% 0.07% -
HSV(B) 33.33º 1% 0.14% -
XYZ 0.98 0.88 0.12 -
YUV 22.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 36 20 0 0 0.44 1 0.86 33.33 1 0.07
Hex 24 14 0 0 2C 64 56 21 64 7
Octal 44 24 0 0 54 144 126 41 144 7
Binary 100100 10100 0 0 101100 1100100 1010110 100001 1100100 111

Color Harmonies of #241400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241400

Black with #241400

Text Example


Text Example

White with #241400

Text Example


Text Example

HTML Codes & Css Web 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>