Html Css Color HEX #584742 Saddle

📋 copy color: '#584742'

red 88 ◦ green 71 ◦ blue 66

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

Shades of Saddle #584742

Tints of Saddle #584742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.56%

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

R = 39.11%
G = 31.56%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#584742 (or 0x584742) is known color: Saddle. HEX triplet: 58, 47 and 42. RGB value is (88,71,66). Sum of RGB (Red+Green+Blue) = 88+71+66=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 88 - color contains mainly: red. Hex color #584742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584742 is #A7B8BD. Grayscale: #4B4B4B. Windows color (decimal): -10991806 or 4343640. OLE color: 4343640.

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

Color convert

RGB 88 71 66 -
CMYK 0 0.19 0.25 0.65
HSL 13.64º 0.14% 0.3% -
HSV(B) 13.64º 0.25% 0.35% -
XYZ 7.26 6.97 6.12 -
YUV 75.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 88 71 66 0 0.19 0.25 0.65 13.64 0.14 0.3
Hex 58 47 42 0 13 19 41 E E 1E
Octal 130 107 102 0 23 31 101 16 16 36
Binary 1011000 1000111 1000010 0 10011 11001 1000001 1110 1110 11110

Color Harmonies of #584742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584742

Black with #584742

Text Example


Text Example

White with #584742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584742; }

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

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

background-color css

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

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

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

border-color css

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

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

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