Html Css Color HEX #584542 Woody Brown

📋 copy color: '#584542'

red 88 ◦ green 69 ◦ blue 66

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

Shades of Woody Brown #584542

Tints of Woody Brown #584542

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.94%

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

R = 39.46%
G = 30.94%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#584542 (or 0x584542) is known color: Woody Brown. HEX triplet: 58, 45 and 42. RGB value is (88,69,66). Sum of RGB (Red+Green+Blue) = 88+69+66=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 88 - color contains mainly: red. Hex color #584542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584542 is #A7BABD. Grayscale: #4A4A4A. Windows color (decimal): -10992318 or 4343128. OLE color: 4343128.

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

Color convert

RGB 88 69 66 -
CMYK 0 0.22 0.25 0.65
HSL 8.18º 0.14% 0.3% -
HSV(B) 8.18º 0.25% 0.35% -
XYZ 7.14 6.72 6.08 -
YUV 74.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 88 69 66 0 0.22 0.25 0.65 8.18 0.14 0.3
Hex 58 45 42 0 16 19 41 8 E 1E
Octal 130 105 102 0 26 31 101 10 16 36
Binary 1011000 1000101 1000010 0 10110 11001 1000001 1000 1110 11110

Color Harmonies of #584542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584542

Black with #584542

Text Example


Text Example

White with #584542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584542; }

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

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

background-color css

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

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

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

border-color css

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

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

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