Html Css Color HEX #584E4B Saddle

📋 copy color: '#584E4B'

red 88 ◦ green 78 ◦ blue 75

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

Shades of Saddle #584E4B

Tints of Saddle #584E4B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.37%

 BLUE value IS 75 (29.69% from 255) = 31.12%

R = 36.51%
G = 32.37%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#584E4B (or 0x584E4B) is known color: Saddle. HEX triplet: 58, 4E and 4B. RGB value is (88,78,75). Sum of RGB (Red+Green+Blue) = 88+78+75=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 88 - color contains mainly: red. Hex color #584E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584E4B is #A7B1B4. Grayscale: #505050. Windows color (decimal): -10990005 or 4935256. OLE color: 4935256.

HSL color Cylindrical-coordinate representation of color #584E4B: hue angle of 13.85º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #584E4B is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 78 75 -
CMYK 0 0.11 0.15 0.65
HSL 13.85º 0.08% 0.32% -
HSV(B) 13.85º 0.15% 0.35% -
XYZ 8.02 8.03 7.78 -
YUV 80.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 88 78 75 0 0.11 0.15 0.65 13.85 0.08 0.32
Hex 58 4E 4B 0 B F 41 E 8 20
Octal 130 116 113 0 13 17 101 16 10 40
Binary 1011000 1001110 1001011 0 1011 1111 1000001 1110 1000 100000

Color Harmonies of #584E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584E4B

Black with #584E4B

Text Example


Text Example

White with #584E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,78,75); }

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

background-color css

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

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

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

border-color css

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

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

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