#422C30

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

Shades of Cab Sav #422C30

Tints of Cab Sav #422C30

Color information

#422C30 (or 0x422C30) is unknown color: approx Cab Sav. HEX triplet: 42, 2C and 30. RGB value is (66,44,48). Sum of RGB (Red+Green+Blue) = 66+44+48=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #422C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C30 is #BDD3CF. Grayscale: #333333. Windows color (decimal): -12440528 or 3157058. OLE color: 3157058.

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

Color convert

RGB664448-
CMYK00.330.270.74
HSL349.09º20%21.57%-
HSV(B)349.09º33.33%25.88%-
XYZ3.683.173.21-
YUV51.03126.29138.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 44 (17.58% from 255) = 27.85%
BLUE value IS 48 (19.14% from 255) = 30.38%
R=41.77%
G=27.85%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66444800.330.270.74349.092021.57
Hex422C300211B4A15d1416
Octal1025460041331125352426
Binary100001010110011000001000011101110010101010111011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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