#4A3235

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

Shades of Cab Sav #4A3235

Tints of Cab Sav #4A3235

Color information

#4A3235 (or 0x4A3235) is unknown color: approx Cab Sav. HEX triplet: 4A, 32 and 35. RGB value is (74,50,53). Sum of RGB (Red+Green+Blue) = 74+50+53=177 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.81% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 53 (21.09% from 255 or 29.94% from 177); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3235 is #B5CDCA. Grayscale: #393939. Windows color (decimal): -11914699 or 3486282. OLE color: 3486282.

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

Color convert

RGB745053-
CMYK00.320.280.71
HSL352.5º19.35%24.31%-
HSV(B)352.5º32.43%29.02%-
XYZ4.613.993.9-
YUV57.52125.45139.76-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 41.81%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 53 (21.09% from 255) = 29.94%
R=41.81%
G=28.25%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74505300.320.280.71352.519.3524.31
Hex4A32350201C471601318
Octal1126265040341075402330
Binary100101011001011010101000001110010001111011000001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,50,53); }

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

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

 a { background-color: rgb(74,50,53); }

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

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

 span { border-color: rgb(74,50,53); }

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