Html Css Color HEX #5B632A Saratoga

📋 copy color: '#5B632A'

red 91 ◦ green 99 ◦ blue 42

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

Shades of Saratoga #5B632A

Tints of Saratoga #5B632A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.67%

 BLUE value IS 42 (16.8% from 255) = 18.1%

R = 39.22%
G = 42.67%
B = 18.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#5B632A (or 0x5B632A) is known color: Saratoga. HEX triplet: 5B, 63 and 2A. RGB value is (91,99,42). Sum of RGB (Red+Green+Blue) = 91+99+42=232 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.22% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 99 - color contains mainly: green. Hex color #5B632A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B632A is #A49CD5. Grayscale: #5A5A5A. Windows color (decimal): -10788054 or 2777947. OLE color: 2777947.

HSL color Cylindrical-coordinate representation of color #5B632A: hue angle of 68.42º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B632A is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB 91 99 42 -
CMYK 0.08 0 0.58 0.61
HSL 68.42º 0.4% 0.28% -
HSV(B) 68.42º 0.58% 0.39% -
XYZ 9.19 11.31 3.89 -
YUV 90.11 100.85 128.63 -
System Red Green Blue C M Y K H S L
Decimal 91 99 42 0.08 0 0.58 0.61 68.42 0.4 0.28
Hex 5B 63 2A 8 0 3A 3D 44 28 1C
Octal 133 143 52 10 0 72 75 104 50 34
Binary 1011011 1100011 101010 1000 0 111010 111101 1000100 101000 11100

Color Harmonies of #5B632A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B632A

Black with #5B632A

Text Example


Text Example

White with #5B632A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,99,42); }

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

background-color css

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

 a { background-color: rgb(91,99,42); }

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

border-color css

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

 span { border-color: rgb(91,99,42); }

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