Html Css Color HEX #524D38 Panda

📋 copy color: '#524D38'

red 82 ◦ green 77 ◦ blue 56

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

Shades of Panda #524D38

Tints of Panda #524D38

RGB

 RED value IS 82 (32.42% from 255) = 38.14%

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

 BLUE value IS 56 (22.27% from 255) = 26.05%

R = 38.14%
G = 35.81%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#524D38 (or 0x524D38) is known color: Panda. HEX triplet: 52, 4D and 38. RGB value is (82,77,56). Sum of RGB (Red+Green+Blue) = 82+77+56=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 82 - color contains mainly: red. Hex color #524D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D38 is #ADB2C7. Grayscale: #4C4C4C. Windows color (decimal): -11383496 or 3689810. OLE color: 3689810.

HSL color Cylindrical-coordinate representation of color #524D38: hue angle of 48.46º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #524D38 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 77 56 -
CMYK 0 0.06 0.32 0.68
HSL 48.46º 0.19% 0.27% -
HSV(B) 48.46º 0.32% 0.32% -
XYZ 6.85 7.39 4.81 -
YUV 76.1 116.66 132.21 -
System Red Green Blue C M Y K H S L
Decimal 82 77 56 0 0.06 0.32 0.68 48.46 0.19 0.27
Hex 52 4D 38 0 6 20 44 30 13 1B
Octal 122 115 70 0 6 40 104 60 23 33
Binary 1010010 1001101 111000 0 110 100000 1000100 110000 10011 11011

Color Harmonies of #524D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D38

Black with #524D38

Text Example


Text Example

White with #524D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524D38; }

 p { color: rgb(82,77,56); }

 H1.HeaderClassName
 {
   color: #524D38;
 }
 .AnyTagClassName
 {
   color: #524D38;
 }
</style>

background-color css

<style>
 a { background-color: #524D38; }

 a { background-color: rgb(82,77,56); }

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

border-color css

<style>
 span { border-color: #524D38; }

 span { border-color: rgb(82,77,56); }

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