Html Css Color HEX #53503D Panda

📋 copy color: '#53503D'

red 83 ◦ green 80 ◦ blue 61

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

Shades of Panda #53503D

Tints of Panda #53503D

RGB

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

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

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

R = 37.05%
G = 35.71%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#53503D (or 0x53503D) is known color: Panda. HEX triplet: 53, 50 and 3D. RGB value is (83,80,61). Sum of RGB (Red+Green+Blue) = 83+80+61=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 83 - color contains mainly: red. Hex color #53503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53503D is #ACAFC2. Grayscale: #4E4E4E. Windows color (decimal): -11317187 or 4018259. OLE color: 4018259.

HSL color Cylindrical-coordinate representation of color #53503D: hue angle of 51.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 #53503D is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 80 61 -
CMYK 0 0.04 0.27 0.67
HSL 51.82º 0.15% 0.28% -
HSV(B) 51.82º 0.27% 0.33% -
XYZ 7.28 7.91 5.56 -
YUV 78.73 117.99 131.04 -
System Red Green Blue C M Y K H S L
Decimal 83 80 61 0 0.04 0.27 0.67 51.82 0.15 0.28
Hex 53 50 3D 0 4 1B 43 34 F 1C
Octal 123 120 75 0 4 33 103 64 17 34
Binary 1010011 1010000 111101 0 100 11011 1000011 110100 1111 11100

Color Harmonies of #53503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53503D

Black with #53503D

Text Example


Text Example

White with #53503D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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