Html Css Color HEX #524141 Woody Brown

📋 copy color: '#524141'

red 82 ◦ green 65 ◦ blue 65

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

Shades of Woody Brown #524141

Tints of Woody Brown #524141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.66%

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

R = 38.68%
G = 30.66%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#524141 (or 0x524141) is known color: Woody Brown. HEX triplet: 52, 41 and 41. RGB value is (82,65,65). Sum of RGB (Red+Green+Blue) = 82+65+65=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 82 - color contains mainly: red. Hex color #524141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524141 is #ADBEBE. Grayscale: #464646. Windows color (decimal): -11386559 or 4276562. OLE color: 4276562.

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

Color convert

RGB 82 65 65 -
CMYK 0 0.21 0.21 0.68
HSL 0.12% 0.29% -
HSV(B) 0.21% 0.32% -
XYZ 6.32 5.96 5.82 -
YUV 70.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 82 65 65 0 0.21 0.21 0.68 0 0.12 0.29
Hex 52 41 41 0 15 15 44 0 C 1D
Octal 122 101 101 0 25 25 104 0 14 35
Binary 1010010 1000001 1000001 0 10101 10101 1000100 0 1100 11101

Color Harmonies of #524141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524141

Black with #524141

Text Example


Text Example

White with #524141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524141; }

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

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

background-color css

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

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

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

border-color css

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

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

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