#523B30

Color #523B30 Paco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paco #523B30

Tints of Paco #523B30

Color information

#523B30 (or 0x523B30) is unknown color: approx Paco. HEX triplet: 52, 3B and 30. RGB value is (82,59,48). Sum of RGB (Red+Green+Blue) = 82+59+48=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #523B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B30 is #ADC4CF. Grayscale: #404040. Windows color (decimal): -11388112 or 3160914. OLE color: 3160914.

HSL color Cylindrical-coordinate representation of color #523B30: hue angle of 19.41º 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 #523B30 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB825948-
CMYK00.280.410.68
HSL19.41º26.15%25.49%-
HSV(B)19.41º41.46%32.16%-
XYZ5.585.143.49-
YUV64.62118.62140.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.39%
GREEN value IS 59 (23.44% from 255) = 31.22%
BLUE value IS 48 (19.14% from 255) = 25.40%
R=43.39%
G=31.22%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82594800.280.410.6819.4126.1525.49
Hex523B3001C2944131a19
Octal122736003451104233231
Binary10100101110111100000111001010011000100100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523B30; }

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

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

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

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

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

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

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

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