Html Css Color HEX #2A1F15 Cocoa Brown

📋 copy color: '#2A1F15'

red 42 ◦ green 31 ◦ blue 21

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

Shades of Cocoa Brown #2A1F15

Tints of Cocoa Brown #2A1F15

RGB

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

 GREEN value IS 31 (12.5% from 255) = 32.98%

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

R = 44.68%
G = 32.98%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.84

RGB Variations

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

Color information

#2A1F15 (or 0x2A1F15) is known color: Cocoa Brown. HEX triplet: 2A, 1F and 15. RGB value is (42,31,21). Sum of RGB (Red+Green+Blue) = 42+31+21=94 (12% of max value = 765). Red value is 42 (16.80% from 255 or 44.68% from 94); Green value is 31 (12.5% from 255 or 32.98% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A1F15 is #D5E0EA. Grayscale: #212121. Windows color (decimal): -14016747 or 1384234. OLE color: 1384234.

HSL color Cylindrical-coordinate representation of color #2A1F15: hue angle of 28.57º 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 #2A1F15 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.84.

Color convert

RGB 42 31 21 -
CMYK 0 0.26 0.50 0.84
HSL 28.57º 0.33% 0.12% -
HSV(B) 28.57º 0.5% 0.16% -
XYZ 1.58 1.53 0.92 -
YUV 33.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 42 31 21 0 0.26 0.50 0.84 28.57 0.33 0.12
Hex 2A 1F 15 0 1A 32 54 1D 21 C
Octal 52 37 25 0 32 62 124 35 41 14
Binary 101010 11111 10101 0 11010 110010 1010100 11101 100001 1100

Color Harmonies of #2A1F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1F15

Black with #2A1F15

Text Example


Text Example

White with #2A1F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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