Html Css Color HEX #524C38 Panda

📋 copy color: '#524C38'

red 82 ◦ green 76 ◦ blue 56

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

Shades of Panda #524C38

Tints of Panda #524C38

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.51%

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

R = 38.32%
G = 35.51%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#524C38 (or 0x524C38) is known color: Panda. HEX triplet: 52, 4C and 38. RGB value is (82,76,56). Sum of RGB (Red+Green+Blue) = 82+76+56=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 82 - color contains mainly: red. Hex color #524C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524C38 is #ADB3C7. Grayscale: #4B4B4B. Windows color (decimal): -11383752 or 3689554. OLE color: 3689554.

HSL color Cylindrical-coordinate representation of color #524C38: hue angle of 46.15º 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 #524C38 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 76 56 -
CMYK 0 0.07 0.32 0.68
HSL 46.15º 0.19% 0.27% -
HSV(B) 46.15º 0.32% 0.32% -
XYZ 6.78 7.25 4.78 -
YUV 75.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 82 76 56 0 0.07 0.32 0.68 46.15 0.19 0.27
Hex 52 4C 38 0 7 20 44 2E 13 1B
Octal 122 114 70 0 7 40 104 56 23 33
Binary 1010010 1001100 111000 0 111 100000 1000100 101110 10011 11011

Color Harmonies of #524C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524C38

Black with #524C38

Text Example


Text Example

White with #524C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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