Html Css Color HEX #5D612B Saratoga

📋 copy color: '#5D612B'

red 93 ◦ green 97 ◦ blue 43

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

Shades of Saratoga #5D612B

Tints of Saratoga #5D612B

RGB

 RED value IS 93 (36.72% from 255) = 39.91%

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

 BLUE value IS 43 (17.19% from 255) = 18.45%

R = 39.91%
G = 41.63%
B = 18.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#5D612B (or 0x5D612B) is known color: Saratoga. HEX triplet: 5D, 61 and 2B. RGB value is (93,97,43). Sum of RGB (Red+Green+Blue) = 93+97+43=233 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.91% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #5D612B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D612B is #A29ED4. Grayscale: #595959. Windows color (decimal): -10657493 or 2842973. OLE color: 2842973.

HSL color Cylindrical-coordinate representation of color #5D612B: hue angle of 64.44º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D612B is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 93 97 43 -
CMYK 0.04 0 0.56 0.62
HSL 64.44º 0.39% 0.27% -
HSV(B) 64.44º 0.56% 0.38% -
XYZ 9.22 11.05 3.93 -
YUV 89.65 101.67 130.39 -
System Red Green Blue C M Y K H S L
Decimal 93 97 43 0.04 0 0.56 0.62 64.44 0.39 0.27
Hex 5D 61 2B 4 0 38 3E 40 27 1B
Octal 135 141 53 4 0 70 76 100 47 33
Binary 1011101 1100001 101011 100 0 111000 111110 1000000 100111 11011

Color Harmonies of #5D612B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D612B

Black with #5D612B

Text Example


Text Example

White with #5D612B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,97,43); }

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

background-color css

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

 a { background-color: rgb(93,97,43); }

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

border-color css

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

 span { border-color: rgb(93,97,43); }

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