Html Css Color HEX #584F4B Saddle

📋 copy color: '#584F4B'

red 88 ◦ green 79 ◦ blue 75

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

Shades of Saddle #584F4B

Tints of Saddle #584F4B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.64%

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

R = 36.36%
G = 32.64%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#584F4B (or 0x584F4B) is known color: Saddle. HEX triplet: 58, 4F and 4B. RGB value is (88,79,75). Sum of RGB (Red+Green+Blue) = 88+79+75=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 88 - color contains mainly: red. Hex color #584F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584F4B is #A7B0B4. Grayscale: #515151. Windows color (decimal): -10989749 or 4935512. OLE color: 4935512.

HSL color Cylindrical-coordinate representation of color #584F4B: hue angle of 18.46º 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 #584F4B is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 79 75 -
CMYK 0 0.10 0.15 0.65
HSL 18.46º 0.08% 0.32% -
HSV(B) 18.46º 0.15% 0.35% -
XYZ 8.09 8.17 7.81 -
YUV 81.24 124.48 132.83 -
System Red Green Blue C M Y K H S L
Decimal 88 79 75 0 0.10 0.15 0.65 18.46 0.08 0.32
Hex 58 4F 4B 0 A F 41 12 8 20
Octal 130 117 113 0 12 17 101 22 10 40
Binary 1011000 1001111 1001011 0 1010 1111 1000001 10010 1000 100000

Color Harmonies of #584F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584F4B

Black with #584F4B

Text Example


Text Example

White with #584F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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