Html Css Color HEX #5E612B Saratoga

📋 copy color: '#5E612B'

red 94 ◦ green 97 ◦ blue 43

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

Shades of Saratoga #5E612B

Tints of Saratoga #5E612B

RGB

 RED value IS 94 (37.11% from 255) = 40.17%

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

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

R = 40.17%
G = 41.45%
B = 18.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#5E612B (or 0x5E612B) is known color: Saratoga. HEX triplet: 5E, 61 and 2B. RGB value is (94,97,43). Sum of RGB (Red+Green+Blue) = 94+97+43=234 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.17% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #5E612B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E612B is #A19ED4. Grayscale: #5A5A5A. Windows color (decimal): -10591957 or 2842974. OLE color: 2842974.

HSL color Cylindrical-coordinate representation of color #5E612B: hue angle of 63.33º 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 #5E612B is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 97 43 -
CMYK 0.03 0 0.56 0.62
HSL 63.33º 0.39% 0.27% -
HSV(B) 63.33º 0.56% 0.38% -
XYZ 9.33 11.1 3.94 -
YUV 89.95 101.51 130.89 -
System Red Green Blue C M Y K H S L
Decimal 94 97 43 0.03 0 0.56 0.62 63.33 0.39 0.27
Hex 5E 61 2B 3 0 38 3E 3F 27 1B
Octal 136 141 53 3 0 70 76 77 47 33
Binary 1011110 1100001 101011 11 0 111000 111110 111111 100111 11011

Color Harmonies of #5E612B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E612B

Black with #5E612B

Text Example


Text Example

White with #5E612B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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