Html Css Color HEX #584A46 Saddle

📋 copy color: '#584A46'

red 88 ◦ green 74 ◦ blue 70

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

Shades of Saddle #584A46

Tints of Saddle #584A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 30.17%

R = 37.93%
G = 31.9%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#584A46 (or 0x584A46) is known color: Saddle. HEX triplet: 58, 4A and 46. RGB value is (88,74,70). Sum of RGB (Red+Green+Blue) = 88+74+70=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 88 - color contains mainly: red. Hex color #584A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A46 is #A7B5B9. Grayscale: #4D4D4D. Windows color (decimal): -10991034 or 4606552. OLE color: 4606552.

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

Color convert

RGB 88 74 70 -
CMYK 0 0.16 0.20 0.65
HSL 13.33º 0.11% 0.31% -
HSV(B) 13.33º 0.2% 0.35% -
XYZ 7.58 7.41 6.83 -
YUV 77.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 88 74 70 0 0.16 0.20 0.65 13.33 0.11 0.31
Hex 58 4A 46 0 10 14 41 D B 1F
Octal 130 112 106 0 20 24 101 15 13 37
Binary 1011000 1001010 1000110 0 10000 10100 1000001 1101 1011 11111

Color Harmonies of #584A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A46

Black with #584A46

Text Example


Text Example

White with #584A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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