Html Css Color HEX #241A0E Cocoa Brown

📋 copy color: '#241A0E'

red 36 ◦ green 26 ◦ blue 14

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

Shades of Cocoa Brown #241A0E

Tints of Cocoa Brown #241A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 18.42%

R = 47.37%
G = 34.21%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.86

RGB Variations

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

Color information

#241A0E (or 0x241A0E) is known color: Cocoa Brown. HEX triplet: 24, 1A and 0E. RGB value is (36,26,14). Sum of RGB (Red+Green+Blue) = 36+26+14=76 (10% of max value = 765). Red value is 36 (14.45% from 255 or 47.37% from 76); Green value is 26 (10.55% from 255 or 34.21% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 36 - color contains mainly: red. Hex color #241A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241A0E is #DBE5F1. Grayscale: #1B1B1B. Windows color (decimal): -14411250 or 924196. OLE color: 924196.

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

Color convert

RGB 36 26 14 -
CMYK 0 0.28 0.61 0.86
HSL 32.73º 0.44% 0.1% -
HSV(B) 32.73º 0.61% 0.14% -
XYZ 1.18 1.15 0.57 -
YUV 27.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 36 26 14 0 0.28 0.61 0.86 32.73 0.44 0.1
Hex 24 1A E 0 1C 3D 56 21 2C A
Octal 44 32 16 0 34 75 126 41 54 12
Binary 100100 11010 1110 0 11100 111101 1010110 100001 101100 1010

Color Harmonies of #241A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241A0E

Black with #241A0E

Text Example


Text Example

White with #241A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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