#453135

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

Shades of Cab Sav #453135

Tints of Cab Sav #453135

Color information

#453135 (or 0x453135) is unknown color: approx Cab Sav. HEX triplet: 45, 31 and 35. RGB value is (69,49,53). Sum of RGB (Red+Green+Blue) = 69+49+53=171 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.35% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 69 - color contains mainly: red. Hex color #453135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453135 is #BACECA. Grayscale: #373737. Windows color (decimal): -12242635 or 3486021. OLE color: 3486021.

HSL color Cylindrical-coordinate representation of color #453135: hue angle of 348º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #453135 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB694953-
CMYK00.290.230.73
HSL348º16.95%23.14%-
HSV(B)348º28.99%27.06%-
XYZ4.23.723.86-
YUV55.44126.63137.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.35%
GREEN value IS 49 (19.53% from 255) = 28.65%
BLUE value IS 53 (21.09% from 255) = 30.99%
R=40.35%
G=28.65%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69495300.290.230.7334816.9523.14
Hex45313501D174915c1117
Octal1056165035271115342127
Binary10001011100011101010111011011110010011010111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453135; }

 p { color: rgb(69,49,53); }

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

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

 a { background-color: rgb(69,49,53); }

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

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

 span { border-color: rgb(69,49,53); }

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