Html Css Color HEX #241A10 Cocoa Brown

📋 copy color: '#241A10'

red 36 ◦ green 26 ◦ blue 16

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

Shades of Cocoa Brown #241A10

Tints of Cocoa Brown #241A10

RGB

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

 GREEN value IS 26 (10.55% from 255) = 33.33%

 BLUE value IS 16 (6.64% from 255) = 20.51%

R = 46.15%
G = 33.33%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.86

RGB Variations

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

Color information

#241A10 (or 0x241A10) is known color: Cocoa Brown. HEX triplet: 24, 1A and 10. RGB value is (36,26,16). Sum of RGB (Red+Green+Blue) = 36+26+16=78 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.15% from 78); Green value is 26 (10.55% from 255 or 33.33% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 36 - color contains mainly: red. Hex color #241A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241A10 is #DBE5EF. Grayscale: #1B1B1B. Windows color (decimal): -14411248 or 1055268. OLE color: 1055268.

HSL color Cylindrical-coordinate representation of color #241A10: hue angle of 30º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #241A10 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 26 16 -
CMYK 0 0.28 0.56 0.86
HSL 30º 0.38% 0.1% -
HSV(B) 30º 0.56% 0.14% -
XYZ 1.19 1.15 0.65 -
YUV 27.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 36 26 16 0 0.28 0.56 0.86 30 0.38 0.1
Hex 24 1A 10 0 1C 38 56 1E 26 A
Octal 44 32 20 0 34 70 126 36 46 12
Binary 100100 11010 10000 0 11100 111000 1010110 11110 100110 1010

Color Harmonies of #241A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241A10

Black with #241A10

Text Example


Text Example

White with #241A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,26,16); }

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

background-color css

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

 a { background-color: rgb(36,26,16); }

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

border-color css

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

 span { border-color: rgb(36,26,16); }

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