Html Css Color HEX #533D31 Paco

📋 copy color: '#533D31'

red 83 ◦ green 61 ◦ blue 49

#533D31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paco #533D31

Tints of Paco #533D31

RGB

 RED value IS 83 (32.81% from 255) = 43.01%

 GREEN value IS 61 (24.22% from 255) = 31.61%

 BLUE value IS 49 (19.53% from 255) = 25.39%

R = 43.01%
G = 31.61%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#533D31 (or 0x533D31) is known color: Paco. HEX triplet: 53, 3D and 31. RGB value is (83,61,49). Sum of RGB (Red+Green+Blue) = 83+61+49=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #533D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D31 is #ACC2CE. Grayscale: #424242. Windows color (decimal): -11322063 or 3226963. OLE color: 3226963.

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

Color convert

RGB 83 61 49 -
CMYK 0 0.27 0.41 0.67
HSL 21.18º 0.26% 0.26% -
HSV(B) 21.18º 0.41% 0.33% -
XYZ 5.79 5.4 3.64 -
YUV 66.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 83 61 49 0 0.27 0.41 0.67 21.18 0.26 0.26
Hex 53 3D 31 0 1B 29 43 15 1A 1A
Octal 123 75 61 0 33 51 103 25 32 32
Binary 1010011 111101 110001 0 11011 101001 1000011 10101 11010 11010

Color Harmonies of #533D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D31

Black with #533D31

Text Example


Text Example

White with #533D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,61,49); }

 H1.HeaderClassName
 {
   color: #533D31;
 }
 .AnyTagClassName
 {
   color: #533D31;
 }
</style>

background-color css

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

 a { background-color: rgb(83,61,49); }

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

border-color css

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

 span { border-color: rgb(83,61,49); }

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