#533335

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

Shades of Cab Sav #533335

Tints of Cab Sav #533335

Color information

#533335 (or 0x533335) is unknown color: approx Cab Sav. HEX triplet: 53, 33 and 35. RGB value is (83,51,53). Sum of RGB (Red+Green+Blue) = 83+51+53=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #533335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533335 is #ACCCCA. Grayscale: #3C3C3C. Windows color (decimal): -11324619 or 3486547. OLE color: 3486547.

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

Color convert

RGB835153-
CMYK00.390.360.67
HSL356.25º23.88%26.27%-
HSV(B)356.25º38.55%32.55%-
XYZ5.394.463.95-
YUV60.8123.6143.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 51 (20.31% from 255) = 27.27%
BLUE value IS 53 (21.09% from 255) = 28.34%
R=44.39%
G=27.27%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83515300.390.360.67356.2523.8826.27
Hex5333350272443164181a
Octal1236365047441035443032
Binary1010011110011110101010011110010010000111011001001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533335; }

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

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

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

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

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

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

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

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