Html Css Color HEX #584242 Woody Brown

📋 copy color: '#584242'

red 88 ◦ green 66 ◦ blue 66

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

Shades of Woody Brown #584242

Tints of Woody Brown #584242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30%

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

R = 40%
G = 30%
B = 30%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#584242 (or 0x584242) is known color: Woody Brown. HEX triplet: 58, 42 and 42. RGB value is (88,66,66). Sum of RGB (Red+Green+Blue) = 88+66+66=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 88 - color contains mainly: red. Hex color #584242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584242 is #A7BDBD. Grayscale: #484848. Windows color (decimal): -10993086 or 4342360. OLE color: 4342360.

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

Color convert

RGB 88 66 66 -
CMYK 0 0.25 0.25 0.65
HSL 0.14% 0.3% -
HSV(B) 0.25% 0.35% -
XYZ 6.96 6.36 6.02 -
YUV 72.58 124.29 139 -
System Red Green Blue C M Y K H S L
Decimal 88 66 66 0 0.25 0.25 0.65 0 0.14 0.3
Hex 58 42 42 0 19 19 41 0 E 1E
Octal 130 102 102 0 31 31 101 0 16 36
Binary 1011000 1000010 1000010 0 11001 11001 1000001 0 1110 11110

Color Harmonies of #584242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584242

Black with #584242

Text Example


Text Example

White with #584242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584242; }

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

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

background-color css

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

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

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

border-color css

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

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

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