Html Css Color HEX #241C12 Cocoa Brown

📋 copy color: '#241C12'

red 36 ◦ green 28 ◦ blue 18

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

Shades of Cocoa Brown #241C12

Tints of Cocoa Brown #241C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 34.15%

 BLUE value IS 18 (7.42% from 255) = 21.95%

R = 43.9%
G = 34.15%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.5

 K value IS 0.86

RGB Variations

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

Color information

#241C12 (or 0x241C12) is known color: Cocoa Brown. HEX triplet: 24, 1C and 12. RGB value is (36,28,18). Sum of RGB (Red+Green+Blue) = 36+28+18=82 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.90% from 82); Green value is 28 (11.33% from 255 or 34.15% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 36 - color contains mainly: red. Hex color #241C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241C12 is #DBE3ED. Grayscale: #1D1D1D. Windows color (decimal): -14410734 or 1186852. OLE color: 1186852.

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

Color convert

RGB 36 28 18 -
CMYK 0 0.22 0.5 0.86
HSL 33.33º 0.33% 0.11% -
HSV(B) 33.33º 0.5% 0.14% -
XYZ 1.25 1.25 0.75 -
YUV 29.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 36 28 18 0 0.22 0.5 0.86 33.33 0.33 0.11
Hex 24 1C 12 0 16 32 56 21 21 B
Octal 44 34 22 0 26 62 126 41 41 13
Binary 100100 11100 10010 0 10110 110010 1010110 100001 100001 1011

Color Harmonies of #241C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241C12

Black with #241C12

Text Example


Text Example

White with #241C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241C12; }

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

 H1.HeaderClassName
 {
   color: #241C12;
 }
 .AnyTagClassName
 {
   color: #241C12;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #241C12;
 }
 .BgClassName
 {
   background-color: #241C12;
 }
</style>

border-color css

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

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

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