Html Css Color HEX #524342 Woody Brown

📋 copy color: '#524342'

red 82 ◦ green 67 ◦ blue 66

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

Shades of Woody Brown #524342

Tints of Woody Brown #524342

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.16%

 BLUE value IS 66 (26.17% from 255) = 30.7%

R = 38.14%
G = 31.16%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#524342 (or 0x524342) is known color: Woody Brown. HEX triplet: 52, 43 and 42. RGB value is (82,67,66). Sum of RGB (Red+Green+Blue) = 82+67+66=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 82 - color contains mainly: red. Hex color #524342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524342 is #ADBCBD. Grayscale: #474747. Windows color (decimal): -11386046 or 4342610. OLE color: 4342610.

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

Color convert

RGB 82 67 66 -
CMYK 0 0.18 0.20 0.68
HSL 3.75º 0.11% 0.29% -
HSV(B) 3.75º 0.2% 0.32% -
XYZ 6.47 6.2 6.01 -
YUV 71.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 82 67 66 0 0.18 0.20 0.68 3.75 0.11 0.29
Hex 52 43 42 0 12 14 44 4 B 1D
Octal 122 103 102 0 22 24 104 4 13 35
Binary 1010010 1000011 1000010 0 10010 10100 1000100 100 1011 11101

Color Harmonies of #524342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524342

Black with #524342

Text Example


Text Example

White with #524342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524342; }

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

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

background-color css

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

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

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

border-color css

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

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

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