Html Css Color HEX #5A612B Saratoga

📋 copy color: '#5A612B'

red 90 ◦ green 97 ◦ blue 43

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

Shades of Saratoga #5A612B

Tints of Saratoga #5A612B

RGB

 RED value IS 90 (35.55% from 255) = 39.13%

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

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

R = 39.13%
G = 42.17%
B = 18.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#5A612B (or 0x5A612B) is known color: Saratoga. HEX triplet: 5A, 61 and 2B. RGB value is (90,97,43). Sum of RGB (Red+Green+Blue) = 90+97+43=230 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.13% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #5A612B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A612B is #A59ED4. Grayscale: #585858. Windows color (decimal): -10854101 or 2842970. OLE color: 2842970.

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

Color convert

RGB 90 97 43 -
CMYK 0.07 0 0.56 0.62
HSL 67.78º 0.39% 0.27% -
HSV(B) 67.78º 0.56% 0.38% -
XYZ 8.93 10.9 3.92 -
YUV 88.75 102.18 128.89 -
System Red Green Blue C M Y K H S L
Decimal 90 97 43 0.07 0 0.56 0.62 67.78 0.39 0.27
Hex 5A 61 2B 7 0 38 3E 44 27 1B
Octal 132 141 53 7 0 70 76 104 47 33
Binary 1011010 1100001 101011 111 0 111000 111110 1000100 100111 11011

Color Harmonies of #5A612B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A612B

Black with #5A612B

Text Example


Text Example

White with #5A612B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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