Html Css Color HEX #1A0F00 Cocoa Brown

📋 copy color: '#1A0F00'

red 26 ◦ green 15 ◦ blue 0

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

Shades of Cocoa Brown #1A0F00

Tints of Cocoa Brown #1A0F00

RGB

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

 GREEN value IS 15 (6.25% from 255) = 36.59%

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

R = 63.41%
G = 36.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.90

RGB Variations

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

Color information

#1A0F00 (or 0x1A0F00) is known color: Cocoa Brown. HEX triplet: 1A, 0F and 00. RGB value is (26,15,0). Sum of RGB (Red+Green+Blue) = 26+15+0=41 (5% of max value = 765). Red value is 26 (10.55% from 255 or 63.41% from 41); Green value is 15 (6.25% from 255 or 36.59% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0F00 is #E5F0FF. Grayscale: #101010. Windows color (decimal): -15069440 or 3866. OLE color: 3866.

HSL color Cylindrical-coordinate representation of color #1A0F00: hue angle of 34.62º 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 #1A0F00 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.90.

Color convert

RGB 26 15 0 -
CMYK 0 0.42 1 0.90
HSL 34.62º 1% 0.05% -
HSV(B) 34.62º 1% 0.1% -
XYZ 0.6 0.56 0.08 -
YUV 16.58 118.64 134.72 -
System Red Green Blue C M Y K H S L
Decimal 26 15 0 0 0.42 1 0.90 34.62 1 0.05
Hex 1A F 0 0 2A 64 5A 23 64 5
Octal 32 17 0 0 52 144 132 43 144 5
Binary 11010 1111 0 0 101010 1100100 1011010 100011 1100100 101

Color Harmonies of #1A0F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0F00

Black with #1A0F00

Text Example


Text Example

White with #1A0F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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