#523034

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

Shades of Cab Sav #523034

Tints of Cab Sav #523034

Color information

#523034 (or 0x523034) is unknown color: approx Cab Sav. HEX triplet: 52, 30 and 34. RGB value is (82,48,52). Sum of RGB (Red+Green+Blue) = 82+48+52=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #523034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523034 is #ADCFCB. Grayscale: #3A3A3A. Windows color (decimal): -11390924 or 3420242. OLE color: 3420242.

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

Color convert

RGB824852-
CMYK00.410.370.68
HSL352.94º26.15%25.49%-
HSV(B)352.94º41.46%32.16%-
XYZ5.164.163.78-
YUV58.62124.26144.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.05%
GREEN value IS 48 (19.14% from 255) = 26.37%
BLUE value IS 52 (20.70% from 255) = 28.57%
R=45.05%
G=26.37%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82485200.410.370.68352.9426.1525.49
Hex52303402925441611a19
Octal1226064051451045413231
Binary1010010110000110100010100110010110001001011000011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523034; }

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

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

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

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

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

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

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

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