#422D32

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

Shades of Cab Sav #422D32

Tints of Cab Sav #422D32

Color information

#422D32 (or 0x422D32) is unknown color: approx Cab Sav. HEX triplet: 42, 2D and 32. RGB value is (66,45,50). Sum of RGB (Red+Green+Blue) = 66+45+50=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 66 - color contains mainly: red. Hex color #422D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422D32 is #BDD2CD. Grayscale: #333333. Windows color (decimal): -12440270 or 3288386. OLE color: 3288386.

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

Color convert

RGB664550-
CMYK00.320.240.74
HSL345.71º18.92%21.76%-
HSV(B)345.71º31.82%25.88%-
XYZ3.763.273.45-
YUV51.85126.96138.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.99%
GREEN value IS 45 (17.97% from 255) = 27.95%
BLUE value IS 50 (19.92% from 255) = 31.06%
R=40.99%
G=27.95%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66455000.320.240.74345.7118.9221.76
Hex422D32020184A15a1316
Octal1025562040301125322326
Binary100001010110111001001000001100010010101010110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,45,50); }

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

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

 a { background-color: rgb(66,45,50); }

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

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

 span { border-color: rgb(66,45,50); }

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