Html Css Color HEX #53503F Panda

📋 copy color: '#53503F'

red 83 ◦ green 80 ◦ blue 63

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

Shades of Panda #53503F

Tints of Panda #53503F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.4%

 BLUE value IS 63 (25% from 255) = 27.88%

R = 36.73%
G = 35.4%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#53503F (or 0x53503F) is known color: Panda. HEX triplet: 53, 50 and 3F. RGB value is (83,80,63). Sum of RGB (Red+Green+Blue) = 83+80+63=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 83 - color contains mainly: red. Hex color #53503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53503F is #ACAFC0. Grayscale: #4F4F4F. Windows color (decimal): -11317185 or 4149331. OLE color: 4149331.

HSL color Cylindrical-coordinate representation of color #53503F: hue angle of 51º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #53503F is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 80 63 -
CMYK 0 0.04 0.24 0.67
HSL 51º 0.14% 0.29% -
HSV(B) 51º 0.24% 0.33% -
XYZ 7.33 7.94 5.85 -
YUV 78.96 118.99 130.88 -
System Red Green Blue C M Y K H S L
Decimal 83 80 63 0 0.04 0.24 0.67 51 0.14 0.29
Hex 53 50 3F 0 4 18 43 33 E 1D
Octal 123 120 77 0 4 30 103 63 16 35
Binary 1010011 1010000 111111 0 100 11000 1000011 110011 1110 11101

Color Harmonies of #53503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53503F

Black with #53503F

Text Example


Text Example

White with #53503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53503F; }

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

 H1.HeaderClassName
 {
   color: #53503F;
 }
 .AnyTagClassName
 {
   color: #53503F;
 }
</style>

background-color css

<style>
 a { background-color: #53503F; }

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

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

border-color css

<style>
 span { border-color: #53503F; }

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

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