Html Css Color HEX #534343 Woody Brown

📋 copy color: '#534343'

red 83 ◦ green 67 ◦ blue 67

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

Shades of Woody Brown #534343

Tints of Woody Brown #534343

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.88%

 BLUE value IS 67 (26.56% from 255) = 30.88%

R = 38.25%
G = 30.88%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#534343 (or 0x534343) is known color: Woody Brown. HEX triplet: 53, 43 and 43. RGB value is (83,67,67). Sum of RGB (Red+Green+Blue) = 83+67+67=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #534343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534343 is #ACBCBC. Grayscale: #474747. Windows color (decimal): -11320509 or 4408147. OLE color: 4408147.

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

Color convert

RGB 83 67 67 -
CMYK 0 0.19 0.19 0.67
HSL 0.11% 0.29% -
HSV(B) 0.19% 0.33% -
XYZ 6.59 6.26 6.17 -
YUV 71.78 125.3 136 -
System Red Green Blue C M Y K H S L
Decimal 83 67 67 0 0.19 0.19 0.67 0 0.11 0.29
Hex 53 43 43 0 13 13 43 0 B 1D
Octal 123 103 103 0 23 23 103 0 13 35
Binary 1010011 1000011 1000011 0 10011 10011 1000011 0 1011 11101

Color Harmonies of #534343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534343

Black with #534343

Text Example


Text Example

White with #534343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534343; }

 p { color: rgb(83,67,67); }

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

background-color css

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

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

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

border-color css

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

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

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