Html Css Color HEX #53503E Panda

📋 copy color: '#53503E'

red 83 ◦ green 80 ◦ blue 62

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

Shades of Panda #53503E

Tints of Panda #53503E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.56%

R = 36.89%
G = 35.56%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#53503E (or 0x53503E) is known color: Panda. HEX triplet: 53, 50 and 3E. RGB value is (83,80,62). Sum of RGB (Red+Green+Blue) = 83+80+62=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 83 - color contains mainly: red. Hex color #53503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53503E is #ACAFC1. Grayscale: #4E4E4E. Windows color (decimal): -11317186 or 4083795. OLE color: 4083795.

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

Color convert

RGB 83 80 62 -
CMYK 0 0.04 0.25 0.67
HSL 51.43º 0.14% 0.28% -
HSV(B) 51.43º 0.25% 0.33% -
XYZ 7.31 7.92 5.7 -
YUV 78.85 118.49 130.96 -
System Red Green Blue C M Y K H S L
Decimal 83 80 62 0 0.04 0.25 0.67 51.43 0.14 0.28
Hex 53 50 3E 0 4 19 43 33 E 1C
Octal 123 120 76 0 4 31 103 63 16 34
Binary 1010011 1010000 111110 0 100 11001 1000011 110011 1110 11100

Color Harmonies of #53503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53503E

Black with #53503E

Text Example


Text Example

White with #53503E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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