Html Css Color HEX #5B612D Saratoga

📋 copy color: '#5B612D'

red 91 ◦ green 97 ◦ blue 45

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

Shades of Saratoga #5B612D

Tints of Saratoga #5B612D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.63%

 BLUE value IS 45 (17.97% from 255) = 19.31%

R = 39.06%
G = 41.63%
B = 19.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#5B612D (or 0x5B612D) is known color: Saratoga. HEX triplet: 5B, 61 and 2D. RGB value is (91,97,45). Sum of RGB (Red+Green+Blue) = 91+97+45=233 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.06% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #5B612D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B612D is #A49ED2. Grayscale: #595959. Windows color (decimal): -10788563 or 2974043. OLE color: 2974043.

HSL color Cylindrical-coordinate representation of color #5B612D: hue angle of 66.92º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5B612D is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 91 97 45 -
CMYK 0.06 0 0.54 0.62
HSL 66.92º 0.37% 0.28% -
HSV(B) 66.92º 0.54% 0.38% -
XYZ 9.06 10.96 4.12 -
YUV 89.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 91 97 45 0.06 0 0.54 0.62 66.92 0.37 0.28
Hex 5B 61 2D 6 0 36 3E 43 25 1C
Octal 133 141 55 6 0 66 76 103 45 34
Binary 1011011 1100001 101101 110 0 110110 111110 1000011 100101 11100

Color Harmonies of #5B612D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B612D

Black with #5B612D

Text Example


Text Example

White with #5B612D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,97,45); }

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

background-color css

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

 a { background-color: rgb(91,97,45); }

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

border-color css

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

 span { border-color: rgb(91,97,45); }

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