Html Css Color HEX #5B652A Saratoga

📋 copy color: '#5B652A'

red 91 ◦ green 101 ◦ blue 42

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

Shades of Saratoga #5B652A

Tints of Saratoga #5B652A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.16%

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

R = 38.89%
G = 43.16%
B = 17.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.60

RGB Variations

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

Color information

#5B652A (or 0x5B652A) is known color: Saratoga. HEX triplet: 5B, 65 and 2A. RGB value is (91,101,42). Sum of RGB (Red+Green+Blue) = 91+101+42=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 101 - color contains mainly: green. Hex color #5B652A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B652A is #A49AD5. Grayscale: #5B5B5B. Windows color (decimal): -10787542 or 2778459. OLE color: 2778459.

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

Color convert

RGB 91 101 42 -
CMYK 0.10 0 0.58 0.60
HSL 70.17º 0.41% 0.28% -
HSV(B) 70.17º 0.58% 0.4% -
XYZ 9.39 11.7 3.95 -
YUV 91.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 91 101 42 0.10 0 0.58 0.60 70.17 0.41 0.28
Hex 5B 65 2A A 0 3A 3C 46 29 1C
Octal 133 145 52 12 0 72 74 106 51 34
Binary 1011011 1100101 101010 1010 0 111010 111100 1000110 101001 11100

Color Harmonies of #5B652A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B652A

Black with #5B652A

Text Example


Text Example

White with #5B652A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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