Html Css Color HEX #534846 Woody Brown

📋 copy color: '#534846'

red 83 ◦ green 72 ◦ blue 70

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

Shades of Woody Brown #534846

Tints of Woody Brown #534846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32%

 BLUE value IS 70 (27.73% from 255) = 31.11%

R = 36.89%
G = 32%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#534846 (or 0x534846) is known color: Woody Brown. HEX triplet: 53, 48 and 46. RGB value is (83,72,70). Sum of RGB (Red+Green+Blue) = 83+72+70=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 83 - color contains mainly: red. Hex color #534846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534846 is #ACB7B9. Grayscale: #4B4B4B. Windows color (decimal): -11319226 or 4606035. OLE color: 4606035.

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

Color convert

RGB 83 72 70 -
CMYK 0 0.13 0.16 0.67
HSL 9.23º 0.08% 0.3% -
HSV(B) 9.23º 0.16% 0.33% -
XYZ 6.99 6.92 6.76 -
YUV 75.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 83 72 70 0 0.13 0.16 0.67 9.23 0.08 0.3
Hex 53 48 46 0 D 10 43 9 8 1E
Octal 123 110 106 0 15 20 103 11 10 36
Binary 1010011 1001000 1000110 0 1101 10000 1000011 1001 1000 11110

Color Harmonies of #534846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534846

Black with #534846

Text Example


Text Example

White with #534846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534846; }

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

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

background-color css

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

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

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

border-color css

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

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

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