Html Css Color HEX #56581F Saratoga

📋 copy color: '#56581F'

red 86 ◦ green 88 ◦ blue 31

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

Shades of Saratoga #56581F

Tints of Saratoga #56581F

RGB

 RED value IS 86 (33.98% from 255) = 41.95%

 GREEN value IS 88 (34.77% from 255) = 42.93%

 BLUE value IS 31 (12.5% from 255) = 15.12%

R = 41.95%
G = 42.93%
B = 15.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#56581F (or 0x56581F) is known color: Saratoga. HEX triplet: 56, 58 and 1F. RGB value is (86,88,31). Sum of RGB (Red+Green+Blue) = 86+88+31=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 88 - color contains mainly: green. Hex color #56581F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56581F is #A9A7E0. Grayscale: #515151. Windows color (decimal): -11118561 or 2054230. OLE color: 2054230.

HSL color Cylindrical-coordinate representation of color #56581F: hue angle of 62.11º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56581F is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 88 31 -
CMYK 0.02 0 0.65 0.65
HSL 62.11º 0.48% 0.23% -
HSV(B) 62.11º 0.65% 0.35% -
XYZ 7.57 9.06 2.65 -
YUV 80.9 99.84 131.63 -
System Red Green Blue C M Y K H S L
Decimal 86 88 31 0.02 0 0.65 0.65 62.11 0.48 0.23
Hex 56 58 1F 2 0 41 41 3E 30 17
Octal 126 130 37 2 0 101 101 76 60 27
Binary 1010110 1011000 11111 10 0 1000001 1000001 111110 110000 10111

Color Harmonies of #56581F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56581F

Black with #56581F

Text Example


Text Example

White with #56581F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56581F; }

 p { color: rgb(86,88,31); }

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

background-color css

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

 a { background-color: rgb(86,88,31); }

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

border-color css

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

 span { border-color: rgb(86,88,31); }

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