#522F33

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

Shades of Cab Sav #522F33

Tints of Cab Sav #522F33

Color information

#522F33 (or 0x522F33) is unknown color: approx Cab Sav. HEX triplet: 52, 2F and 33. RGB value is (82,47,51). Sum of RGB (Red+Green+Blue) = 82+47+51=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 82 - color contains mainly: red. Hex color #522F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522F33 is #ADD0CC. Grayscale: #393939. Windows color (decimal): -11391181 or 3354450. OLE color: 3354450.

HSL color Cylindrical-coordinate representation of color #522F33: hue angle of 353.14º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #522F33 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB824751-
CMYK00.430.380.68
HSL353.14º27.13%25.29%-
HSV(B)353.14º42.68%32.16%-
XYZ5.094.073.65-
YUV57.92124.1145.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.56%
GREEN value IS 47 (18.75% from 255) = 26.11%
BLUE value IS 51 (20.31% from 255) = 28.33%
R=45.56%
G=26.11%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82475100.430.380.68353.1427.1325.29
Hex522F3302B26441611b19
Octal1225763053461045413331
Binary1010010101111110011010101110011010001001011000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522F33; }

 p { color: rgb(82,47,51); }

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

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

 a { background-color: rgb(82,47,51); }

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

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

 span { border-color: rgb(82,47,51); }

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