#533F30

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

Shades of Paco #533F30

Tints of Paco #533F30

Color information

#533F30 (or 0x533F30) is unknown color: approx Paco. HEX triplet: 53, 3F and 30. RGB value is (83,63,48). Sum of RGB (Red+Green+Blue) = 83+63+48=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #533F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F30 is #ACC0CF. Grayscale: #434343. Windows color (decimal): -11321552 or 3161939. OLE color: 3161939.

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

Color convert

RGB836348-
CMYK00.240.420.67
HSL25.71º26.72%25.69%-
HSV(B)25.71º42.17%32.55%-
XYZ5.885.613.57-
YUV67.27117.13139.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.78%
GREEN value IS 63 (25% from 255) = 32.47%
BLUE value IS 48 (19.14% from 255) = 24.74%
R=42.78%
G=32.47%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83634800.240.420.6725.7126.7225.69
Hex533F300182A431a1b1a
Octal123776003052103323332
Binary10100111111111100000110001010101000011110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533F30; }

 p { color: rgb(83,63,48); }

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

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

 a { background-color: rgb(83,63,48); }

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

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

 span { border-color: rgb(83,63,48); }

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