Html Css Color HEX #53453D Paco

📋 copy color: '#53453D'

red 83 ◦ green 69 ◦ blue 61

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

Shades of Paco #53453D

Tints of Paco #53453D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.39%

 BLUE value IS 61 (24.22% from 255) = 28.64%

R = 38.97%
G = 32.39%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#53453D (or 0x53453D) is known color: Paco. HEX triplet: 53, 45 and 3D. RGB value is (83,69,61). Sum of RGB (Red+Green+Blue) = 83+69+61=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #53453D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53453D is #ACBAC2. Grayscale: #484848. Windows color (decimal): -11320003 or 4015443. OLE color: 4015443.

HSL color Cylindrical-coordinate representation of color #53453D: hue angle of 21.82º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #53453D is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 69 61 -
CMYK 0 0.17 0.27 0.67
HSL 21.82º 0.15% 0.28% -
HSV(B) 21.82º 0.27% 0.33% -
XYZ 6.54 6.43 5.31 -
YUV 72.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 83 69 61 0 0.17 0.27 0.67 21.82 0.15 0.28
Hex 53 45 3D 0 11 1B 43 16 F 1C
Octal 123 105 75 0 21 33 103 26 17 34
Binary 1010011 1000101 111101 0 10001 11011 1000011 10110 1111 11100

Color Harmonies of #53453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53453D

Black with #53453D

Text Example


Text Example

White with #53453D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53453D; }

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

 H1.HeaderClassName
 {
   color: #53453D;
 }
 .AnyTagClassName
 {
   color: #53453D;
 }
</style>

background-color css

<style>
 a { background-color: #53453D; }

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

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

border-color css

<style>
 span { border-color: #53453D; }

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

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