#533538

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

Shades of Cab Sav #533538

Tints of Cab Sav #533538

Color information

#533538 (or 0x533538) is unknown color: approx Cab Sav. HEX triplet: 53, 35 and 38. RGB value is (83,53,56). Sum of RGB (Red+Green+Blue) = 83+53+56=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #533538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533538 is #ACCAC7. Grayscale: #3E3E3E. Windows color (decimal): -11324104 or 3683667. OLE color: 3683667.

HSL color Cylindrical-coordinate representation of color #533538: hue angle of 354º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #533538 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB835356-
CMYK00.360.330.67
HSL354º22.06%26.67%-
HSV(B)354º36.14%32.55%-
XYZ5.554.674.35-
YUV62.31124.44142.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.23%
GREEN value IS 53 (21.09% from 255) = 27.60%
BLUE value IS 56 (22.27% from 255) = 29.17%
R=43.23%
G=27.60%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83535600.360.330.6735422.0626.67
Hex5335380242143162161b
Octal1236570044411035422633
Binary1010011110101111000010010010000110000111011000101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533538; }

 p { color: rgb(83,53,56); }

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

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

 a { background-color: rgb(83,53,56); }

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

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

 span { border-color: rgb(83,53,56); }

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