Html Css Color HEX #584948 Woody Brown

📋 copy color: '#584948'

red 88 ◦ green 73 ◦ blue 72

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

Shades of Woody Brown #584948

Tints of Woody Brown #584948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.33%

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

R = 37.77%
G = 31.33%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#584948 (or 0x584948) is known color: Woody Brown. HEX triplet: 58, 49 and 48. RGB value is (88,73,72). Sum of RGB (Red+Green+Blue) = 88+73+72=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 88 - color contains mainly: red. Hex color #584948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584948 is #A7B6B7. Grayscale: #4D4D4D. Windows color (decimal): -10991288 or 4737368. OLE color: 4737368.

HSL color Cylindrical-coordinate representation of color #584948: hue angle of 3.75º 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 #584948 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 73 72 -
CMYK 0 0.17 0.18 0.65
HSL 3.75º 0.1% 0.31% -
HSV(B) 3.75º 0.18% 0.35% -
XYZ 7.58 7.31 7.14 -
YUV 77.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 88 73 72 0 0.17 0.18 0.65 3.75 0.1 0.31
Hex 58 49 48 0 11 12 41 4 A 1F
Octal 130 111 110 0 21 22 101 4 12 37
Binary 1011000 1001001 1001000 0 10001 10010 1000001 100 1010 11111

Color Harmonies of #584948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584948

Black with #584948

Text Example


Text Example

White with #584948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584948; }

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

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

background-color css

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

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

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

border-color css

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

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

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