Html Css Color HEX #524241 Woody Brown

📋 copy color: '#524241'

red 82 ◦ green 66 ◦ blue 65

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

Shades of Woody Brown #524241

Tints of Woody Brown #524241

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.99%

 BLUE value IS 65 (25.78% from 255) = 30.52%

R = 38.5%
G = 30.99%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#524241 (or 0x524241) is known color: Woody Brown. HEX triplet: 52, 42 and 41. RGB value is (82,66,65). Sum of RGB (Red+Green+Blue) = 82+66+65=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 82 - color contains mainly: red. Hex color #524241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524241 is #ADBDBE. Grayscale: #464646. Windows color (decimal): -11386303 or 4276818. OLE color: 4276818.

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

Color convert

RGB 82 66 65 -
CMYK 0 0.20 0.21 0.68
HSL 3.53º 0.12% 0.29% -
HSV(B) 3.53º 0.21% 0.32% -
XYZ 6.38 6.07 5.84 -
YUV 70.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 82 66 65 0 0.20 0.21 0.68 3.53 0.12 0.29
Hex 52 42 41 0 14 15 44 4 C 1D
Octal 122 102 101 0 24 25 104 4 14 35
Binary 1010010 1000010 1000001 0 10100 10101 1000100 100 1100 11101

Color Harmonies of #524241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524241

Black with #524241

Text Example


Text Example

White with #524241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524241; }

 p { color: rgb(82,66,65); }

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

background-color css

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

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

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

border-color css

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

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

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