#533638

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

Shades of Cab Sav #533638

Tints of Cab Sav #533638

Color information

#533638 (or 0x533638) is unknown color: approx Cab Sav. HEX triplet: 53, 36 and 38. RGB value is (83,54,56). Sum of RGB (Red+Green+Blue) = 83+54+56=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #533638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533638 is #ACC9C7. Grayscale: #3E3E3E. Windows color (decimal): -11323848 or 3683923. OLE color: 3683923.

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

Color convert

RGB835456-
CMYK00.350.330.67
HSL355.86º21.17%26.86%-
HSV(B)355.86º34.94%32.55%-
XYZ5.64.764.37-
YUV62.9124.11142.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 54 (21.48% from 255) = 27.98%
BLUE value IS 56 (22.27% from 255) = 29.02%
R=43.01%
G=27.98%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83545600.350.330.67355.8621.1726.86
Hex5336380232143164151b
Octal1236670043411035442533
Binary1010011110110111000010001110000110000111011001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533638; }

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

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

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

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

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

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

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

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