Html Css Color HEX #524645 Woody Brown

📋 copy color: '#524645'

red 82 ◦ green 70 ◦ blue 69

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

Shades of Woody Brown #524645

Tints of Woody Brown #524645

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.67%

 BLUE value IS 69 (27.34% from 255) = 31.22%

R = 37.1%
G = 31.67%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#524645 (or 0x524645) is known color: Woody Brown. HEX triplet: 52, 46 and 45. RGB value is (82,70,69). Sum of RGB (Red+Green+Blue) = 82+70+69=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 82 - color contains mainly: red. Hex color #524645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524645 is #ADB9BA. Grayscale: #494949. Windows color (decimal): -11385275 or 4539986. OLE color: 4539986.

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

Color convert

RGB 82 70 69 -
CMYK 0 0.15 0.16 0.68
HSL 4.62º 0.09% 0.3% -
HSV(B) 4.62º 0.16% 0.32% -
XYZ 6.74 6.6 6.55 -
YUV 73.47 125.48 134.08 -
System Red Green Blue C M Y K H S L
Decimal 82 70 69 0 0.15 0.16 0.68 4.62 0.09 0.3
Hex 52 46 45 0 F 10 44 5 9 1E
Octal 122 106 105 0 17 20 104 5 11 36
Binary 1010010 1000110 1000101 0 1111 10000 1000100 101 1001 11110

Color Harmonies of #524645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524645

Black with #524645

Text Example


Text Example

White with #524645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524645; }

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

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

background-color css

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

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

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

border-color css

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

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

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