Html Css Color HEX #533C30 Paco

📋 copy color: '#533C30'

red 83 ◦ green 60 ◦ blue 48

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

Shades of Paco #533C30

Tints of Paco #533C30

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.41%

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

R = 43.46%
G = 31.41%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#533C30 (or 0x533C30) is known color: Paco. HEX triplet: 53, 3C and 30. RGB value is (83,60,48). Sum of RGB (Red+Green+Blue) = 83+60+48=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #533C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C30 is #ACC3CF. Grayscale: #414141. Windows color (decimal): -11322320 or 3161171. OLE color: 3161171.

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

Color convert

RGB 83 60 48 -
CMYK 0 0.28 0.42 0.67
HSL 20.57º 0.27% 0.26% -
HSV(B) 20.57º 0.42% 0.33% -
XYZ 5.72 5.28 3.51 -
YUV 65.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 83 60 48 0 0.28 0.42 0.67 20.57 0.27 0.26
Hex 53 3C 30 0 1C 2A 43 15 1B 1A
Octal 123 74 60 0 34 52 103 25 33 32
Binary 1010011 111100 110000 0 11100 101010 1000011 10101 11011 11010

Color Harmonies of #533C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533C30

Black with #533C30

Text Example


Text Example

White with #533C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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