#4A3036

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

Shades of Cab Sav #4A3036

Tints of Cab Sav #4A3036

Color information

#4A3036 (or 0x4A3036) is unknown color: approx Cab Sav. HEX triplet: 4A, 30 and 36. RGB value is (74,48,54). Sum of RGB (Red+Green+Blue) = 74+48+54=176 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.05% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3036 is #B5CFC9. Grayscale: #383838. Windows color (decimal): -11915210 or 3551306. OLE color: 3551306.

HSL color Cylindrical-coordinate representation of color #4A3036: hue angle of 346.15º 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 #4A3036 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB744854-
CMYK00.350.270.71
HSL346.15º21.31%23.92%-
HSV(B)346.15º35.14%29.02%-
XYZ4.553.843.99-
YUV56.46126.61140.51-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 42.05%
GREEN value IS 48 (19.14% from 255) = 27.27%
BLUE value IS 54 (21.48% from 255) = 30.68%
R=42.05%
G=27.27%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74485400.350.270.71346.1521.3123.92
Hex4A30360231B4715a1518
Octal1126066043331075322530
Binary100101011000011011001000111101110001111010110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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