Html Css Color HEX #534D3F Panda

📋 copy color: '#534D3F'

red 83 ◦ green 77 ◦ blue 63

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

Shades of Panda #534D3F

Tints of Panda #534D3F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.53%

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

R = 37.22%
G = 34.53%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#534D3F (or 0x534D3F) is known color: Panda. HEX triplet: 53, 4D and 3F. RGB value is (83,77,63). Sum of RGB (Red+Green+Blue) = 83+77+63=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 83 - color contains mainly: red. Hex color #534D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D3F is #ACB2C0. Grayscale: #4D4D4D. Windows color (decimal): -11317953 or 4148563. OLE color: 4148563.

HSL color Cylindrical-coordinate representation of color #534D3F: hue angle of 42º 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 #534D3F is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 77 63 -
CMYK 0 0.07 0.24 0.67
HSL 42º 0.14% 0.29% -
HSV(B) 42º 0.24% 0.33% -
XYZ 7.12 7.51 5.78 -
YUV 77.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 83 77 63 0 0.07 0.24 0.67 42 0.14 0.29
Hex 53 4D 3F 0 7 18 43 2A E 1D
Octal 123 115 77 0 7 30 103 52 16 35
Binary 1010011 1001101 111111 0 111 11000 1000011 101010 1110 11101

Color Harmonies of #534D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D3F

Black with #534D3F

Text Example


Text Example

White with #534D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534D3F; }

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

 H1.HeaderClassName
 {
   color: #534D3F;
 }
 .AnyTagClassName
 {
   color: #534D3F;
 }
</style>

background-color css

<style>
 a { background-color: #534D3F; }

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

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

border-color css

<style>
 span { border-color: #534D3F; }

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

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