Html Css Color HEX #524747 Woody Brown

📋 copy color: '#524747'

red 82 ◦ green 71 ◦ blue 71

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

Shades of Woody Brown #524747

Tints of Woody Brown #524747

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.7%

 BLUE value IS 71 (28.13% from 255) = 31.7%

R = 36.61%
G = 31.7%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#524747 (or 0x524747) is known color: Woody Brown. HEX triplet: 52, 47 and 47. RGB value is (82,71,71). Sum of RGB (Red+Green+Blue) = 82+71+71=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 82 - color contains mainly: red. Hex color #524747 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524747 is #ADB8B8. Grayscale: #4A4A4A. Windows color (decimal): -11385017 or 4671314. OLE color: 4671314.

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

Color convert

RGB 82 71 71 -
CMYK 0 0.13 0.13 0.68
HSL 0.07% 0.3% -
HSV(B) 0.13% 0.32% -
XYZ 6.87 6.76 6.9 -
YUV 74.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 82 71 71 0 0.13 0.13 0.68 0 0.07 0.3
Hex 52 47 47 0 D D 44 0 7 1E
Octal 122 107 107 0 15 15 104 0 7 36
Binary 1010010 1000111 1000111 0 1101 1101 1000100 0 111 11110

Color Harmonies of #524747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524747

Black with #524747

Text Example


Text Example

White with #524747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524747; }

 p { color: rgb(82,71,71); }

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

background-color css

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

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

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

border-color css

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

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

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