Html Css Color HEX #281A09 Cocoa Brown

📋 copy color: '#281A09'

red 40 ◦ green 26 ◦ blue 9

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

Shades of Cocoa Brown #281A09

Tints of Cocoa Brown #281A09

RGB

 RED value IS 40 (16.02% from 255) = 53.33%

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

 BLUE value IS 9 (3.91% from 255) = 12%

R = 53.33%
G = 34.67%
B = 12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.84

RGB Variations

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

Color information

#281A09 (or 0x281A09) is known color: Cocoa Brown. HEX triplet: 28, 1A and 09. RGB value is (40,26,9). Sum of RGB (Red+Green+Blue) = 40+26+9=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 26 (10.55% from 255 or 34.67% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #281A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281A09 is #D7E5F6. Grayscale: #1C1C1C. Windows color (decimal): -14149111 or 596520. OLE color: 596520.

HSL color Cylindrical-coordinate representation of color #281A09: hue angle of 32.9º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #281A09 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 26 9 -
CMYK 0 0.35 0.78 0.84
HSL 32.9º 0.63% 0.1% -
HSV(B) 32.9º 0.78% 0.16% -
XYZ 1.29 1.21 0.42 -
YUV 28.25 117.14 136.38 -
System Red Green Blue C M Y K H S L
Decimal 40 26 9 0 0.35 0.78 0.84 32.9 0.63 0.1
Hex 28 1A 9 0 23 4E 54 21 3F A
Octal 50 32 11 0 43 116 124 41 77 12
Binary 101000 11010 1001 0 100011 1001110 1010100 100001 111111 1010

Color Harmonies of #281A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281A09

Black with #281A09

Text Example


Text Example

White with #281A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281A09; }

 p { color: rgb(40,26,9); }

 H1.HeaderClassName
 {
   color: #281A09;
 }
 .AnyTagClassName
 {
   color: #281A09;
 }
</style>

background-color css

<style>
 a { background-color: #281A09; }

 a { background-color: rgb(40,26,9); }

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

border-color css

<style>
 span { border-color: #281A09; }

 span { border-color: rgb(40,26,9); }

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