Html Css Color HEX #53513A Panda

📋 copy color: '#53513A'

red 83 ◦ green 81 ◦ blue 58

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

Shades of Panda #53513A

Tints of Panda #53513A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.13%

R = 37.39%
G = 36.49%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#53513A (or 0x53513A) is known color: Panda. HEX triplet: 53, 51 and 3A. RGB value is (83,81,58). Sum of RGB (Red+Green+Blue) = 83+81+58=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 83 - color contains mainly: red. Hex color #53513A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53513A is #ACAEC5. Grayscale: #4F4F4F. Windows color (decimal): -11316934 or 3821907. OLE color: 3821907.

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

Color convert

RGB 83 81 58 -
CMYK 0 0.02 0.30 0.67
HSL 55.2º 0.18% 0.28% -
HSV(B) 55.2º 0.3% 0.33% -
XYZ 7.27 8.03 5.17 -
YUV 78.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 83 81 58 0 0.02 0.30 0.67 55.2 0.18 0.28
Hex 53 51 3A 0 2 1E 43 37 12 1C
Octal 123 121 72 0 2 36 103 67 22 34
Binary 1010011 1010001 111010 0 10 11110 1000011 110111 10010 11100

Color Harmonies of #53513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53513A

Black with #53513A

Text Example


Text Example

White with #53513A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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