#2A1F0F

Color #2A1F0F Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #2A1F0F

Tints of Cocoa Brown #2A1F0F

Color information

#2A1F0F (or 0x2A1F0F) is unknown color: approx Cocoa Brown. HEX triplet: 2A, 1F and 0F. RGB value is (42,31,15). Sum of RGB (Red+Green+Blue) = 42+31+15=88 (11% of max value = 765). Red value is 42 (16.80% from 255 or 47.73% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A1F0F is #D5E0F0. Grayscale: #202020. Windows color (decimal): -14016753 or 991018. OLE color: 991018.

HSL color Cylindrical-coordinate representation of color #2A1F0F: hue angle of 35.56º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A1F0F is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.84.

Color convert

RGB423115-
CMYK00.260.640.84
HSL35.56º47.37%11.18%-
HSV(B)35.56º64.29%16.47%-
XYZ1.531.510.66-
YUV32.46118.14134.8-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 47.73%
GREEN value IS 31 (12.5% from 255) = 35.23%
BLUE value IS 15 (6.25% from 255) = 17.05%
R=47.73%
G=35.23%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42311500.260.640.8435.5647.3711.18
Hex2A1FF01A4054242fb
Octal523717032100124445713
Binary101010111111111011010100000010101001001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A1F0F;
 }
 .AnyTagClassName
 {
   color: #2A1F0F;
 }
</style>
background-color css

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

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

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

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

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

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