#4A3033

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

Shades of Cab Sav #4A3033

Tints of Cab Sav #4A3033

Color information

#4A3033 (or 0x4A3033) is unknown color: approx Cab Sav. HEX triplet: 4A, 30 and 33. RGB value is (74,48,51). Sum of RGB (Red+Green+Blue) = 74+48+51=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3033 is #B5CFCC. Grayscale: #383838. Windows color (decimal): -11915213 or 3354698. OLE color: 3354698.

HSL color Cylindrical-coordinate representation of color #4A3033: hue angle of 353.08º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A3033 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.71.

Color convert

RGB744851-
CMYK00.350.310.71
HSL353.08º21.31%23.92%-
HSV(B)353.08º35.14%29.02%-
XYZ4.483.813.63-
YUV56.12125.11140.76-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 42.77%
GREEN value IS 48 (19.14% from 255) = 27.75%
BLUE value IS 51 (20.31% from 255) = 29.48%
R=42.77%
G=27.75%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74485100.350.310.71353.0821.3123.92
Hex4A30330231F471611518
Octal1126063043371075412530
Binary100101011000011001101000111111110001111011000011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A3033; }

 p { color: rgb(74,48,51); }

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

<style>
 a { background-color: #4A3033; }

 a { background-color: rgb(74,48,51); }

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

<style>
 span { border-color: #4A3033; }

 span { border-color: rgb(74,48,51); }

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