Html Css Color HEX #53513C Panda

📋 copy color: '#53513C'

red 83 ◦ green 81 ◦ blue 60

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

Shades of Panda #53513C

Tints of Panda #53513C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.16%

 BLUE value IS 60 (23.83% from 255) = 26.79%

R = 37.05%
G = 36.16%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#53513C (or 0x53513C) is known color: Panda. HEX triplet: 53, 51 and 3C. RGB value is (83,81,60). Sum of RGB (Red+Green+Blue) = 83+81+60=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 83 - color contains mainly: red. Hex color #53513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53513C is #ACAEC3. Grayscale: #4F4F4F. Windows color (decimal): -11316932 or 3952979. OLE color: 3952979.

HSL color Cylindrical-coordinate representation of color #53513C: hue angle of 54.78º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #53513C is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 81 60 -
CMYK 0 0.02 0.28 0.67
HSL 54.78º 0.16% 0.28% -
HSV(B) 54.78º 0.28% 0.33% -
XYZ 7.33 8.05 5.44 -
YUV 79.2 117.16 130.71 -
System Red Green Blue C M Y K H S L
Decimal 83 81 60 0 0.02 0.28 0.67 54.78 0.16 0.28
Hex 53 51 3C 0 2 1C 43 37 10 1C
Octal 123 121 74 0 2 34 103 67 20 34
Binary 1010011 1010001 111100 0 10 11100 1000011 110111 10000 11100

Color Harmonies of #53513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53513C

Black with #53513C

Text Example


Text Example

White with #53513C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53513C; }

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

 H1.HeaderClassName
 {
   color: #53513C;
 }
 .AnyTagClassName
 {
   color: #53513C;
 }
</style>

background-color css

<style>
 a { background-color: #53513C; }

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

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

border-color css

<style>
 span { border-color: #53513C; }

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

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