Html Css Color HEX #524544 Woody Brown

📋 copy color: '#524544'

red 82 ◦ green 69 ◦ blue 68

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

Shades of Woody Brown #524544

Tints of Woody Brown #524544

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.51%

 BLUE value IS 68 (26.95% from 255) = 31.05%

R = 37.44%
G = 31.51%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#524544 (or 0x524544) is known color: Woody Brown. HEX triplet: 52, 45 and 44. RGB value is (82,69,68). Sum of RGB (Red+Green+Blue) = 82+69+68=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 82 - color contains mainly: red. Hex color #524544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524544 is #ADBABB. Grayscale: #484848. Windows color (decimal): -11385532 or 4474194. OLE color: 4474194.

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

Color convert

RGB 82 69 68 -
CMYK 0 0.16 0.17 0.68
HSL 4.29º 0.09% 0.29% -
HSV(B) 4.29º 0.17% 0.32% -
XYZ 6.65 6.47 6.37 -
YUV 72.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 82 69 68 0 0.16 0.17 0.68 4.29 0.09 0.29
Hex 52 45 44 0 10 11 44 4 9 1D
Octal 122 105 104 0 20 21 104 4 11 35
Binary 1010010 1000101 1000100 0 10000 10001 1000100 100 1001 11101

Color Harmonies of #524544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524544

Black with #524544

Text Example


Text Example

White with #524544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524544; }

 p { color: rgb(82,69,68); }

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

background-color css

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

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

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

border-color css

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

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

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