Html Css Color HEX #2A1E15 Cocoa Brown

📋 copy color: '#2A1E15'

red 42 ◦ green 30 ◦ blue 21

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

Shades of Cocoa Brown #2A1E15

Tints of Cocoa Brown #2A1E15

RGB

 RED value IS 42 (16.8% from 255) = 45.16%

 GREEN value IS 30 (12.11% from 255) = 32.26%

 BLUE value IS 21 (8.59% from 255) = 22.58%

R = 45.16%
G = 32.26%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.84

RGB Variations

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

Color information

#2A1E15 (or 0x2A1E15) is known color: Cocoa Brown. HEX triplet: 2A, 1E and 15. RGB value is (42,30,21). Sum of RGB (Red+Green+Blue) = 42+30+21=93 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.16% from 93); Green value is 30 (12.11% from 255 or 32.26% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A1E15 is #D5E1EA. Grayscale: #202020. Windows color (decimal): -14017003 or 1383978. OLE color: 1383978.

HSL color Cylindrical-coordinate representation of color #2A1E15: hue angle of 25.71º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A1E15 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.84.

Color convert

RGB 42 30 21 -
CMYK 0 0.29 0.50 0.84
HSL 25.71º 0.33% 0.12% -
HSV(B) 25.71º 0.5% 0.16% -
XYZ 1.55 1.47 0.91 -
YUV 32.56 121.48 134.73 -
System Red Green Blue C M Y K H S L
Decimal 42 30 21 0 0.29 0.50 0.84 25.71 0.33 0.12
Hex 2A 1E 15 0 1D 32 54 1A 21 C
Octal 52 36 25 0 35 62 124 32 41 14
Binary 101010 11110 10101 0 11101 110010 1010100 11010 100001 1100

Color Harmonies of #2A1E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1E15

Black with #2A1E15

Text Example


Text Example

White with #2A1E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A1E15; }

 p { color: rgb(42,30,21); }

 H1.HeaderClassName
 {
   color: #2A1E15;
 }
 .AnyTagClassName
 {
   color: #2A1E15;
 }
</style>

background-color css

<style>
 a { background-color: #2A1E15; }

 a { background-color: rgb(42,30,21); }

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

border-color css

<style>
 span { border-color: #2A1E15; }

 span { border-color: rgb(42,30,21); }

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