Html Css Color HEX #534140 Woody Brown

📋 copy color: '#534140'

red 83 ◦ green 65 ◦ blue 64

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

Shades of Woody Brown #534140

Tints of Woody Brown #534140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.66%

 BLUE value IS 64 (25.39% from 255) = 30.19%

R = 39.15%
G = 30.66%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#534140 (or 0x534140) is known color: Woody Brown. HEX triplet: 53, 41 and 40. RGB value is (83,65,64). Sum of RGB (Red+Green+Blue) = 83+65+64=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 83 - color contains mainly: red. Hex color #534140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534140 is #ACBEBF. Grayscale: #464646. Windows color (decimal): -11321024 or 4211027. OLE color: 4211027.

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

Color convert

RGB 83 65 64 -
CMYK 0 0.22 0.23 0.67
HSL 3.16º 0.13% 0.29% -
HSV(B) 3.16º 0.23% 0.33% -
XYZ 6.38 5.99 5.67 -
YUV 70.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 83 65 64 0 0.22 0.23 0.67 3.16 0.13 0.29
Hex 53 41 40 0 16 17 43 3 D 1D
Octal 123 101 100 0 26 27 103 3 15 35
Binary 1010011 1000001 1000000 0 10110 10111 1000011 11 1101 11101

Color Harmonies of #534140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534140

Black with #534140

Text Example


Text Example

White with #534140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534140; }

 p { color: rgb(83,65,64); }

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

background-color css

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

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

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

border-color css

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

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

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