Html Css Color HEX #534745 Woody Brown

📋 copy color: '#534745'

red 83 ◦ green 71 ◦ blue 69

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

Shades of Woody Brown #534745

Tints of Woody Brown #534745

RGB

 RED value IS 83 (32.81% from 255) = 37.22%

 GREEN value IS 71 (28.13% from 255) = 31.84%

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

R = 37.22%
G = 31.84%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#534745 (or 0x534745) is known color: Woody Brown. HEX triplet: 53, 47 and 45. RGB value is (83,71,69). Sum of RGB (Red+Green+Blue) = 83+71+69=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 83 - color contains mainly: red. Hex color #534745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534745 is #ACB8BA. Grayscale: #4A4A4A. Windows color (decimal): -11319483 or 4540243. OLE color: 4540243.

HSL color Cylindrical-coordinate representation of color #534745: hue angle of 8.57º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #534745 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 71 69 -
CMYK 0 0.14 0.17 0.67
HSL 8.57º 0.09% 0.3% -
HSV(B) 8.57º 0.17% 0.33% -
XYZ 6.89 6.78 6.57 -
YUV 74.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 83 71 69 0 0.14 0.17 0.67 8.57 0.09 0.3
Hex 53 47 45 0 E 11 43 9 9 1E
Octal 123 107 105 0 16 21 103 11 11 36
Binary 1010011 1000111 1000101 0 1110 10001 1000011 1001 1001 11110

Color Harmonies of #534745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534745

Black with #534745

Text Example


Text Example

White with #534745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534745; }

 p { color: rgb(83,71,69); }

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

background-color css

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

 a { background-color: rgb(83,71,69); }

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

border-color css

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

 span { border-color: rgb(83,71,69); }

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