#422D30

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

Shades of Cab Sav #422D30

Tints of Cab Sav #422D30

Color information

#422D30 (or 0x422D30) is unknown color: approx Cab Sav. HEX triplet: 42, 2D and 30. RGB value is (66,45,48). Sum of RGB (Red+Green+Blue) = 66+45+48=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 66 - color contains mainly: red. Hex color #422D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422D30 is #BDD2CF. Grayscale: #333333. Windows color (decimal): -12440272 or 3157314. OLE color: 3157314.

HSL color Cylindrical-coordinate representation of color #422D30: hue angle of 351.43º 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 #422D30 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB664548-
CMYK00.320.270.74
HSL351.43º18.92%21.76%-
HSV(B)351.43º31.82%25.88%-
XYZ3.723.253.23-
YUV51.62125.96138.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.51%
GREEN value IS 45 (17.97% from 255) = 28.30%
BLUE value IS 48 (19.14% from 255) = 30.19%
R=41.51%
G=28.30%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66454800.320.270.74351.4318.9221.76
Hex422D300201B4A15f1316
Octal1025560040331125372326
Binary100001010110111000001000001101110010101010111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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