Html Css Color HEX #534746 Woody Brown

📋 copy color: '#534746'

red 83 ◦ green 71 ◦ blue 70

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

Shades of Woody Brown #534746

Tints of Woody Brown #534746

RGB

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

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

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

R = 37.05%
G = 31.7%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#534746 (or 0x534746) is known color: Woody Brown. HEX triplet: 53, 47 and 46. RGB value is (83,71,70). Sum of RGB (Red+Green+Blue) = 83+71+70=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 83 - color contains mainly: red. Hex color #534746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534746 is #ACB8B9. Grayscale: #4A4A4A. Windows color (decimal): -11319482 or 4605779. OLE color: 4605779.

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

Color convert

RGB 83 71 70 -
CMYK 0 0.14 0.16 0.67
HSL 4.62º 0.08% 0.3% -
HSV(B) 4.62º 0.16% 0.33% -
XYZ 6.93 6.79 6.74 -
YUV 74.47 125.48 134.08 -
System Red Green Blue C M Y K H S L
Decimal 83 71 70 0 0.14 0.16 0.67 4.62 0.08 0.3
Hex 53 47 46 0 E 10 43 5 8 1E
Octal 123 107 106 0 16 20 103 5 10 36
Binary 1010011 1000111 1000110 0 1110 10000 1000011 101 1000 11110

Color Harmonies of #534746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534746

Black with #534746

Text Example


Text Example

White with #534746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534746; }

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

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

background-color css

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

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

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

border-color css

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

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

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