Html Css Color HEX #1A0E00 Cocoa Brown

📋 copy color: '#1A0E00'

red 26 ◦ green 14 ◦ blue 0

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

Shades of Cocoa Brown #1A0E00

Tints of Cocoa Brown #1A0E00

RGB

 RED value IS 26 (10.55% from 255) = 65%

 GREEN value IS 14 (5.86% from 255) = 35%

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

R = 65%
G = 35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.90

RGB Variations

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

Color information

#1A0E00 (or 0x1A0E00) is known color: Cocoa Brown. HEX triplet: 1A, 0E and 00. RGB value is (26,14,0). Sum of RGB (Red+Green+Blue) = 26+14+0=40 (5% of max value = 765). Red value is 26 (10.55% from 255 or 65% from 40); Green value is 14 (5.86% from 255 or 35% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0E00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0E00 is #E5F1FF. Grayscale: #101010. Windows color (decimal): -15069696 or 3610. OLE color: 3610.

HSL color Cylindrical-coordinate representation of color #1A0E00: hue angle of 32.31º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A0E00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.90.

Color convert

RGB 26 14 0 -
CMYK 0 0.46 1 0.90
HSL 32.31º 1% 0.05% -
HSV(B) 32.31º 1% 0.1% -
XYZ 0.58 0.53 0.07 -
YUV 15.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 26 14 0 0 0.46 1 0.90 32.31 1 0.05
Hex 1A E 0 0 2E 64 5A 20 64 5
Octal 32 16 0 0 56 144 132 40 144 5
Binary 11010 1110 0 0 101110 1100100 1011010 100000 1100100 101

Color Harmonies of #1A0E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0E00

Black with #1A0E00

Text Example


Text Example

White with #1A0E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A0E00; }

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

 H1.HeaderClassName
 {
   color: #1A0E00;
 }
 .AnyTagClassName
 {
   color: #1A0E00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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