Html Css Color HEX #5B5D32 Saratoga

📋 copy color: '#5B5D32'

red 91 ◦ green 93 ◦ blue 50

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

Shades of Saratoga #5B5D32

Tints of Saratoga #5B5D32

RGB

 RED value IS 91 (35.94% from 255) = 38.89%

 GREEN value IS 93 (36.72% from 255) = 39.74%

 BLUE value IS 50 (19.92% from 255) = 21.37%

R = 38.89%
G = 39.74%
B = 21.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.64

RGB Variations

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

Color information

#5B5D32 (or 0x5B5D32) is known color: Saratoga. HEX triplet: 5B, 5D and 32. RGB value is (91,93,50). Sum of RGB (Red+Green+Blue) = 91+93+50=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 93 - color contains mainly: green. Hex color #5B5D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5D32 is #A4A2CD. Grayscale: #575757. Windows color (decimal): -10789582 or 3300699. OLE color: 3300699.

HSL color Cylindrical-coordinate representation of color #5B5D32: hue angle of 62.79º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B5D32 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 93 50 -
CMYK 0.02 0 0.46 0.64
HSL 62.79º 0.3% 0.28% -
HSV(B) 62.79º 0.46% 0.36% -
XYZ 8.8 10.28 4.54 -
YUV 87.5 106.84 130.5 -
System Red Green Blue C M Y K H S L
Decimal 91 93 50 0.02 0 0.46 0.64 62.79 0.3 0.28
Hex 5B 5D 32 2 0 2E 40 3F 1E 1C
Octal 133 135 62 2 0 56 100 77 36 34
Binary 1011011 1011101 110010 10 0 101110 1000000 111111 11110 11100

Color Harmonies of #5B5D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5D32

Black with #5B5D32

Text Example


Text Example

White with #5B5D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B5D32; }

 p { color: rgb(91,93,50); }

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

background-color css

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

 a { background-color: rgb(91,93,50); }

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

border-color css

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

 span { border-color: rgb(91,93,50); }

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