Html Css Color HEX #534645 Woody Brown

📋 copy color: '#534645'

red 83 ◦ green 70 ◦ blue 69

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

Shades of Woody Brown #534645

Tints of Woody Brown #534645

RGB

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

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

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

R = 37.39%
G = 31.53%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#534645 (or 0x534645) is known color: Woody Brown. HEX triplet: 53, 46 and 45. RGB value is (83,70,69). Sum of RGB (Red+Green+Blue) = 83+70+69=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 83 - color contains mainly: red. Hex color #534645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534645 is #ACB9BA. Grayscale: #494949. Windows color (decimal): -11319739 or 4539987. OLE color: 4539987.

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

Color convert

RGB 83 70 69 -
CMYK 0 0.16 0.17 0.67
HSL 4.29º 0.09% 0.3% -
HSV(B) 4.29º 0.17% 0.33% -
XYZ 6.83 6.65 6.55 -
YUV 73.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 83 70 69 0 0.16 0.17 0.67 4.29 0.09 0.3
Hex 53 46 45 0 10 11 43 4 9 1E
Octal 123 106 105 0 20 21 103 4 11 36
Binary 1010011 1000110 1000101 0 10000 10001 1000011 100 1001 11110

Color Harmonies of #534645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534645

Black with #534645

Text Example


Text Example

White with #534645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534645; }

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

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

background-color css

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

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

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

border-color css

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

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

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