Html Css Color HEX #584040 Woody Brown

📋 copy color: '#584040'

red 88 ◦ green 64 ◦ blue 64

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

Shades of Woody Brown #584040

Tints of Woody Brown #584040

RGB

 RED value IS 88 (34.77% from 255) = 40.74%

 GREEN value IS 64 (25.39% from 255) = 29.63%

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

R = 40.74%
G = 29.63%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#584040 (or 0x584040) is known color: Woody Brown. HEX triplet: 58, 40 and 40. RGB value is (88,64,64). Sum of RGB (Red+Green+Blue) = 88+64+64=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 88 - color contains mainly: red. Hex color #584040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584040 is #A7BFBF. Grayscale: #474747. Windows color (decimal): -10993600 or 4210776. OLE color: 4210776.

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

Color convert

RGB 88 64 64 -
CMYK 0 0.27 0.27 0.65
HSL 0.16% 0.3% -
HSV(B) 0.27% 0.35% -
XYZ 6.78 6.11 5.67 -
YUV 71.18 123.95 140 -
System Red Green Blue C M Y K H S L
Decimal 88 64 64 0 0.27 0.27 0.65 0 0.16 0.3
Hex 58 40 40 0 1B 1B 41 0 10 1E
Octal 130 100 100 0 33 33 101 0 20 36
Binary 1011000 1000000 1000000 0 11011 11011 1000001 0 10000 11110

Color Harmonies of #584040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584040

Black with #584040

Text Example


Text Example

White with #584040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584040; }

 p { color: rgb(88,64,64); }

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

background-color css

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

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

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

border-color css

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

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

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