#533135

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

Shades of Cab Sav #533135

Tints of Cab Sav #533135

Color information

#533135 (or 0x533135) is unknown color: approx Cab Sav. HEX triplet: 53, 31 and 35. RGB value is (83,49,53). Sum of RGB (Red+Green+Blue) = 83+49+53=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #533135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533135 is #ACCECA. Grayscale: #3B3B3B. Windows color (decimal): -11325131 or 3486035. OLE color: 3486035.

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

Color convert

RGB834953-
CMYK00.410.360.67
HSL352.94º25.76%25.88%-
HSV(B)352.94º40.96%32.55%-
XYZ5.314.293.92-
YUV59.62124.26144.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 49 (19.53% from 255) = 26.49%
BLUE value IS 53 (21.09% from 255) = 28.65%
R=44.86%
G=26.49%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83495300.410.360.67352.9425.7625.88
Hex53313502924431611a1a
Octal1236165051441035413232
Binary1010011110001110101010100110010010000111011000011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533135; }

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

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

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

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

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

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

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

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