#522F34

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

Shades of Cab Sav #522F34

Tints of Cab Sav #522F34

Color information

#522F34 (or 0x522F34) is unknown color: approx Cab Sav. HEX triplet: 52, 2F and 34. RGB value is (82,47,52). Sum of RGB (Red+Green+Blue) = 82+47+52=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 47 (18.75% from 255 or 25.97% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #522F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522F34 is #ADD0CB. Grayscale: #3A3A3A. Windows color (decimal): -11391180 or 3419986. OLE color: 3419986.

HSL color Cylindrical-coordinate representation of color #522F34: hue angle of 351.43º 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 #522F34 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB824752-
CMYK00.430.370.68
HSL351.43º27.13%25.29%-
HSV(B)351.43º42.68%32.16%-
XYZ5.124.073.77-
YUV58.04124.6145.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.30%
GREEN value IS 47 (18.75% from 255) = 25.97%
BLUE value IS 52 (20.70% from 255) = 28.73%
R=45.30%
G=25.97%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82475200.430.370.68351.4327.1325.29
Hex522F3402B254415f1b19
Octal1225764053451045373331
Binary1010010101111110100010101110010110001001010111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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