Html Css Color HEX #533D30 Paco

📋 copy color: '#533D30'

red 83 ◦ green 61 ◦ blue 48

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

Shades of Paco #533D30

Tints of Paco #533D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25%

R = 43.23%
G = 31.77%
B = 25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#533D30 (or 0x533D30) is known color: Paco. HEX triplet: 53, 3D and 30. RGB value is (83,61,48). Sum of RGB (Red+Green+Blue) = 83+61+48=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #533D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D30 is #ACC2CF. Grayscale: #424242. Windows color (decimal): -11322064 or 3161427. OLE color: 3161427.

HSL color Cylindrical-coordinate representation of color #533D30: hue angle of 22.29º 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 #533D30 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 61 48 -
CMYK 0 0.27 0.42 0.67
HSL 22.29º 0.27% 0.26% -
HSV(B) 22.29º 0.42% 0.33% -
XYZ 5.77 5.39 3.53 -
YUV 66.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 83 61 48 0 0.27 0.42 0.67 22.29 0.27 0.26
Hex 53 3D 30 0 1B 2A 43 16 1B 1A
Octal 123 75 60 0 33 52 103 26 33 32
Binary 1010011 111101 110000 0 11011 101010 1000011 10110 11011 11010

Color Harmonies of #533D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D30

Black with #533D30

Text Example


Text Example

White with #533D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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