Html Css Color HEX #534342 Woody Brown

📋 copy color: '#534342'

red 83 ◦ green 67 ◦ blue 66

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

Shades of Woody Brown #534342

Tints of Woody Brown #534342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.56%

R = 38.43%
G = 31.02%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#534342 (or 0x534342) is known color: Woody Brown. HEX triplet: 53, 43 and 42. RGB value is (83,67,66). Sum of RGB (Red+Green+Blue) = 83+67+66=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 83 - color contains mainly: red. Hex color #534342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534342 is #ACBCBD. Grayscale: #474747. Windows color (decimal): -11320510 or 4342611. OLE color: 4342611.

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

Color convert

RGB 83 67 66 -
CMYK 0 0.19 0.20 0.67
HSL 3.53º 0.11% 0.29% -
HSV(B) 3.53º 0.2% 0.33% -
XYZ 6.56 6.25 6.01 -
YUV 71.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 83 67 66 0 0.19 0.20 0.67 3.53 0.11 0.29
Hex 53 43 42 0 13 14 43 4 B 1D
Octal 123 103 102 0 23 24 103 4 13 35
Binary 1010011 1000011 1000010 0 10011 10100 1000011 100 1011 11101

Color Harmonies of #534342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534342

Black with #534342

Text Example


Text Example

White with #534342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534342; }

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

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

background-color css

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

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

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

border-color css

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

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

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