Html Css Color HEX #5B652B Saratoga

📋 copy color: '#5B652B'

red 91 ◦ green 101 ◦ blue 43

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

Shades of Saratoga #5B652B

Tints of Saratoga #5B652B

RGB

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

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

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

R = 38.72%
G = 42.98%
B = 18.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#5B652B (or 0x5B652B) is known color: Saratoga. HEX triplet: 5B, 65 and 2B. RGB value is (91,101,43). Sum of RGB (Red+Green+Blue) = 91+101+43=235 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.72% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 101 - color contains mainly: green. Hex color #5B652B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B652B is #A49AD4. Grayscale: #5B5B5B. Windows color (decimal): -10787541 or 2843995. OLE color: 2843995.

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

Color convert

RGB 91 101 43 -
CMYK 0.10 0 0.57 0.60
HSL 70.34º 0.4% 0.28% -
HSV(B) 70.34º 0.57% 0.4% -
XYZ 9.4 11.71 4.05 -
YUV 91.4 100.69 127.72 -
System Red Green Blue C M Y K H S L
Decimal 91 101 43 0.10 0 0.57 0.60 70.34 0.4 0.28
Hex 5B 65 2B A 0 39 3C 46 28 1C
Octal 133 145 53 12 0 71 74 106 50 34
Binary 1011011 1100101 101011 1010 0 111001 111100 1000110 101000 11100

Color Harmonies of #5B652B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B652B

Black with #5B652B

Text Example


Text Example

White with #5B652B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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