#422A2E

Color #422A2E Cab Sav (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cab Sav #422A2E

Tints of Cab Sav #422A2E

Color information

#422A2E (or 0x422A2E) is unknown color: approx Cab Sav. HEX triplet: 42, 2A and 2E. RGB value is (66,42,46). Sum of RGB (Red+Green+Blue) = 66+42+46=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 42 (16.80% from 255 or 27.27% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 66 - color contains mainly: red. Hex color #422A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422A2E is #BDD5D1. Grayscale: #313131. Windows color (decimal): -12441042 or 3025474. OLE color: 3025474.

HSL color Cylindrical-coordinate representation of color #422A2E: hue angle of 350º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #422A2E is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB664246-
CMYK00.360.300.74
HSL350º22.22%21.18%-
HSV(B)350º36.36%25.88%-
XYZ3.573.012.98-
YUV49.63125.95139.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.86%
GREEN value IS 42 (16.80% from 255) = 27.27%
BLUE value IS 46 (18.36% from 255) = 29.87%
R=42.86%
G=27.27%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66424600.360.300.7435022.2221.18
Hex422A2E0241E4A15e1615
Octal1025256044361125362625
Binary100001010101010111001001001111010010101010111101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422A2E; }

 p { color: rgb(66,42,46); }

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

<style>
 a { background-color: #422A2E; }

 a { background-color: rgb(66,42,46); }

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

<style>
 span { border-color: #422A2E; }

 span { border-color: rgb(66,42,46); }

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