#453338

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

Shades of Cab Sav #453338

Tints of Cab Sav #453338

Color information

#453338 (or 0x453338) is unknown color: approx Cab Sav. HEX triplet: 45, 33 and 38. RGB value is (69,51,56). Sum of RGB (Red+Green+Blue) = 69+51+56=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 69 - color contains mainly: red. Hex color #453338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453338 is #BACCC7. Grayscale: #383838. Windows color (decimal): -12242120 or 3683141. OLE color: 3683141.

HSL color Cylindrical-coordinate representation of color #453338: hue angle of 343.33º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #453338 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB695156-
CMYK00.260.190.73
HSL343.33º15%23.53%-
HSV(B)343.33º26.09%27.06%-
XYZ4.353.924.27-
YUV56.95127.46136.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.20%
GREEN value IS 51 (20.31% from 255) = 28.98%
BLUE value IS 56 (22.27% from 255) = 31.82%
R=39.20%
G=28.98%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69515600.260.190.73343.331523.53
Hex45333801A1349157f18
Octal1056370032231115271730
Binary1000101110011111000011010100111001001101010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453338; }

 p { color: rgb(69,51,56); }

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

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

 a { background-color: rgb(69,51,56); }

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

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

 span { border-color: rgb(69,51,56); }

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