#2A2605

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

Shades of Maire #2A2605

Tints of Maire #2A2605

Color information

#2A2605 (or 0x2A2605) is unknown color: approx Maire. HEX triplet: 2A, 26 and 05. RGB value is (42,38,5). Sum of RGB (Red+Green+Blue) = 42+38+5=85 (11% of max value = 765). Red value is 42 (16.80% from 255 or 49.41% from 85); Green value is 38 (15.23% from 255 or 44.71% from 85); Blue value is 5 (2.34% from 255 or 5.88% from 85); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2605 is #D5D9FA. Grayscale: #232323. Windows color (decimal): -14014971 or 337450. OLE color: 337450.

HSL color Cylindrical-coordinate representation of color #2A2605: hue angle of 53.51º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A2605 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.84.

Color convert

RGB42385-
CMYK00.100.880.84
HSL53.51º78.72%9.22%-
HSV(B)53.51º88.1%16.47%-
XYZ1.681.890.42-
YUV35.43110.83132.68-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 49.41%
GREEN value IS 38 (15.23% from 255) = 44.71%
BLUE value IS 5 (2.34% from 255) = 5.88%
R=49.41%
G=44.71%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4238500.100.880.8453.5178.729.22
Hex2A2650A5854364f9
Octal524650121301246611711
Binary101010100110101010101011000101010011011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,38,5); }

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

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

 a { background-color: rgb(42,38,5); }

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

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

 span { border-color: rgb(42,38,5); }

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