Html Css Color HEX #584A48 Woody Brown

📋 copy color: '#584A48'

red 88 ◦ green 74 ◦ blue 72

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

Shades of Woody Brown #584A48

Tints of Woody Brown #584A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.62%

 BLUE value IS 72 (28.52% from 255) = 30.77%

R = 37.61%
G = 31.62%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#584A48 (or 0x584A48) is known color: Woody Brown. HEX triplet: 58, 4A and 48. RGB value is (88,74,72). Sum of RGB (Red+Green+Blue) = 88+74+72=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 88 - color contains mainly: red. Hex color #584A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A48 is #A7B5B7. Grayscale: #4D4D4D. Windows color (decimal): -10991032 or 4737624. OLE color: 4737624.

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

Color convert

RGB 88 74 72 -
CMYK 0 0.16 0.18 0.65
HSL 7.5º 0.1% 0.31% -
HSV(B) 7.5º 0.18% 0.35% -
XYZ 7.64 7.44 7.16 -
YUV 77.96 124.64 135.16 -
System Red Green Blue C M Y K H S L
Decimal 88 74 72 0 0.16 0.18 0.65 7.5 0.1 0.31
Hex 58 4A 48 0 10 12 41 8 A 1F
Octal 130 112 110 0 20 22 101 10 12 37
Binary 1011000 1001010 1001000 0 10000 10010 1000001 1000 1010 11111

Color Harmonies of #584A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A48

Black with #584A48

Text Example


Text Example

White with #584A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584A48; }

 p { color: rgb(88,74,72); }

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

background-color css

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

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

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

border-color css

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

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

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